提交 2fcef808 编写于 作者: J jackzhang235

[fix] fix a spelling mistake

上级 547750ef
......@@ -106,7 +106,7 @@ class Graph {
void AddInput(std::shared_ptr<MLUTensor> tensor) {
inputs_.push_back(tensor->mlu_tensor());
input_tensors_.push_back(tensor);
if (GetBoolFromEnv("BATCH_SIZE_CHANGEBLE")) {
if (GetBoolFromEnv("BATCH_SIZE_CHANGEABLE")) {
constexpr int input_dimNb = 4;
bool input_dim_mutable[4] = {true, false, false, false};
cnmlSetTensorDimMutable(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册