Home
last modified time | relevance | path

Searched defs:CheckShape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/testing/
Dtflite_driver.cc230 bool CheckShape(bool verbose, const TfLiteTensor& tensor) { in CheckShape() function in tflite::testing::TfLiteDriver::ShapeExpectation
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc1700 Status ShapeVerifier::CheckShape(const HloInstruction* instruction, in CheckShape() function in xla::ShapeVerifier
1772 Status ShapeVerifier::CheckShape(const HloInstruction* instruction, in CheckShape() function in xla::ShapeVerifier
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbatch_normalization_test.cc69 XlaOp CheckShape(XlaBuilder* b, const XlaOp operand, in CheckShape() function in xla::__anon51499d460111::BatchNormalizationTest
/external/armnn/src/armnnTfLiteParser/
DTfLiteParser.cpp627 bool CheckShape(const armnn::TensorShape& actual, const std::vector<int32_t>& expected) in CheckShape() function
647 bool CheckShape(const armnn::TensorShape& actual, const armnn::TensorShape& expected) in CheckShape() function
/external/armnn/src/armnnDeserializer/
DDeserializer.cpp188 bool CheckShape(const armnn::TensorShape& actual, const std::vector<uint32_t>& expected) in CheckShape() function