Home
last modified time | relevance | path

Searched refs:ExtractTensorShape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_helper.h46 absl::Status ExtractTensorShape(const TfLiteTensor& tflite_tensor, BHWC* bhwc);
Dmodel_builder_helper.cc96 absl::Status ExtractTensorShape(const TfLiteTensor& tflite_tensor, BHWC* bhwc) { in ExtractTensorShape() function
159 return ExtractTensorShape(tflite_tensor, &tensor_ref->shape); in ConvertTfLiteTensorToTensorRef()
Dmodel_builder.cc1120 RETURN_IF_ERROR(ExtractTensorShape(*input0, &shape0)); in Parse()
1122 RETURN_IF_ERROR(ExtractTensorShape(*input1, &shape1)); in Parse()