Searched refs:input_tensor_info_size (Results 1 – 1 of 1) sorted by relevance
228 size_t input_tensor_info_size = op_info->inputs_tensor_info().size(); in GetParameterSliceInfo() local229 if (SizeToLong(input_tensor_info_size) <= user_input_index - 1) { in GetParameterSliceInfo()230 …G(EXCEPTION) << op_info->name() << ": the size of inputs tensor info is " << input_tensor_info_size in GetParameterSliceInfo()