Searched defs:SetOutputShape (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/generators/ | ||
D | add.cc | 94 void SetOutputShape(std::vector<int32_t>&& shape) { in SetOutputShape() function in tflite::__anon51f9a25e0111::AddModelBuilder |
/external/tensorflow/tensorflow/lite/kernels/shim/ | ||
D | tf_op_shim.cc | 125 absl::Status TfShapeInferenceContext::SetOutputShape(const int idx, in SetOutputShape() function in tflite::shim::TfShapeInferenceContext |
D | op_kernel.h | 112 absl::Status SetOutputShape(const int idx, const Shape& shape) { in SetOutputShape() function |
D | tflite_op_shim.cc | 141 absl::Status TfLiteShapeInferenceContext::SetOutputShape(const int idx, in SetOutputShape() function in tflite::shim::TfLiteShapeInferenceContext |
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ | ||
D | convolution_op_builder.cc | 43 void ConvolutionOpBuilder::SetOutputShape(TfLiteTensor* output_shape) { in SetOutputShape() function in tflite::delegates::coreml::ConvolutionOpBuilder |