Home
last modified time | relevance | path

Searched defs:GetInputShape (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DFuseActivationTests.cpp46 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCin in GetInputShape() function
98 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // [N,H,W,Cin] in GetInputShape() function
150 static TensorShape GetInputShape() { return TensorShape( {2, 5, 1, 1}); } // NCinHW in GetInputShape() function
198 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCin in GetInputShape() function
247 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCin in GetInputShape() function
284 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCin in GetInputShape() function
321 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCin in GetInputShape() function
358 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCin in GetInputShape() function
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/
H A Dblacklist.cc63 TfLiteIntArray* GetInputShape(TfLiteContext* context, in GetInputShape() function in tflite::ops::custom::libtextclassifier3::blacklist::BlacklistOp
H A Dstring_projection.cc548 TfLiteIntArray* GetInputShape(TfLiteContext* context, in GetInputShape() function in tflite::ops::custom::libtextclassifier3::string_projection::StringProjectionOp
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/
H A Dtf_op_shim.cc115 ShapeOr TfShapeInferenceContext::GetInputShape(const int idx) const { in GetInputShape() function in tflite::shim::TfShapeInferenceContext
H A Dop_kernel.h108 ShapeOr GetInputShape(const int idx) const { in GetInputShape() function
H A Dtflite_op_shim.cc131 ShapeOr TfLiteShapeInferenceContext::GetInputShape(const int idx) const { in GetInputShape() function in tflite::shim::TfLiteShapeInferenceContext