Home
last modified time | relevance | path

Searched refs:CheckBatchSizeForAllValues (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h262 absl::Status CheckBatchSizeForAllValues(const GraphFloat32& model);
Dmodel_test.cc515 EXPECT_TRUE(CheckBatchSizeForAllValues(graph).ok()); in TEST()
524 EXPECT_TRUE(CheckBatchSizeForAllValues(graph).ok()); in TEST()
533 EXPECT_EQ(CheckBatchSizeForAllValues(graph).code(), in TEST()
Dmodel.cc503 absl::Status CheckBatchSizeForAllValues(const GraphFloat32& model) { in CheckBatchSizeForAllValues() function
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi.cc385 RETURN_IF_ERROR(CheckBatchSizeForAllValues(model)); in Compile()
Dapi2.cc691 RETURN_IF_ERROR(CheckBatchSizeForAllValues(model)); in NewInferenceBuilder()