Home
last modified time | relevance | path

Searched defs:OutputShape (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dreshape_tester.h45 inline ReshapeTester& OutputShape(const std::vector<int32_t>& output_shape) { in OutputShape() function
55 inline const std::vector<int32_t>& OutputShape() const { in OutputShape() function
H A Dsplit_tester.h60 std::vector<int32_t> OutputShape() const { in OutputShape() function
H A Dconcatenation_tester.h65 std::vector<int32_t> OutputShape() const { in OutputShape() function
H A Dreduce_tester.h66 inline std::vector<int32_t> OutputShape() const { in OutputShape() function
H A Dprelu_tester.h55 inline const std::vector<int32_t>& OutputShape() const { in OutputShape() function
H A Dpad_tester.cc38 std::vector<int32_t> PadTester::OutputShape() const { in OutputShape() function in tflite::xnnpack::PadTester
H A Dquantized_pad_tester.cc37 std::vector<int32_t> QuantizedPadTester::OutputShape() const { in OutputShape() function in tflite::xnnpack::QuantizedPadTester
H A Dquantized_reduce_tester.h68 inline std::vector<int32_t> OutputShape() const { in OutputShape() function
H A Dquantized_fully_connected_tester.cc38 std::vector<int32_t> QuantizedFullyConnectedTester::OutputShape() const { in OutputShape() function in tflite::xnnpack::QuantizedFullyConnectedTester
H A Dquantized_binary_elementwise_tester.cc38 std::vector<int32_t> QuantizedBinaryElementwiseTester::OutputShape() const { in OutputShape() function in tflite::xnnpack::QuantizedBinaryElementwiseTester
H A Dfully_connected_tester.cc40 std::vector<int32_t> FullyConnectedTester::OutputShape() const { in OutputShape() function in tflite::xnnpack::FullyConnectedTester
H A Dbinary_elementwise_tester.cc40 std::vector<int32_t> BinaryElementwiseTester::OutputShape() const { in OutputShape() function in tflite::xnnpack::BinaryElementwiseTester
/aosp_15_r20/external/android-nn-driver/
H A DArmnnPreparedModel_1_3.cpp53 std::vector<V1_2::OutputShape>, in NotifyCallbackAndCheck()
479 …auto nullCallback = [](V1_3::ErrorStatus, std::vector<V1_2::OutputShape>, const V1_2::Timing&, std… in executeFenced()
997 …auto nullCallback = [](V1_3::ErrorStatus, std::vector<V1_2::OutputShape>, const V1_2::Timing&, std… in ExecuteWithDummyInputs()
H A DArmnnPreparedModel_1_2.cpp48 std::vector<V1_2::OutputShape>, in NotifyCallbackAndCheck()
659 …auto nullCallback = [](V1_0::ErrorStatus, std::vector<V1_2::OutputShape>, const V1_2::Timing&, std… in ExecuteWithDummyInputs()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h214 struct OutputShape { struct
230 std::vector<OutputShape> outputShapes = {}); argument
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/
DExecutionResult.h26 class OutputShape; variable
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverUtils.cpp73 const hardware::hidl_vec<V1_2::OutputShape>&, V1_2::Timing) { in notify()
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/tostring/
H A Dservice-2.json61 "OutputShape": { object
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
H A DPreparedModel.cpp89 const std::vector<nn::OutputShape>& /*outputShapes*/, const nn::Timing& /*timing*/) { in notify()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp236 Result<Version> validateOutputShape(const OutputShape& /*outputShape*/) { in validateOutputShape()