Lines Matching refs:inputTensorShape
34 const std::vector <int32_t>& inputTensorShape, in CreateConv2dTfLiteModel()
98 flatBufferBuilder.CreateVector<int32_t>(inputTensorShape.data(),
99 inputTensorShape.size()),
286 const std::vector<int32_t>& inputTensorShape, in CreateConv3dTfLiteModel() argument
348 flatBufferBuilder.CreateVector<int32_t>(inputTensorShape.data(),
349 inputTensorShape.size()),
521 const std::vector <int32_t>& inputTensorShape, in CreateTransposeConvTfLiteModel()
577 flatBufferBuilder.CreateVector<int32_t>(inputTensorShape.data(), in CreateTransposeConvTfLiteModel()
578 inputTensorShape.size()), in CreateTransposeConvTfLiteModel()
642 const std::vector <int32_t>& inputTensorShape, in TransposeConvTest()
664 inputTensorShape, in TransposeConvTest()