Home
last modified time | relevance | path

Searched refs:OutputShape (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dreshape_test.cc45 .OutputShape(output_shape)
66 .OutputShape(output_shape)
87 .OutputShape(output_shape)
108 .OutputShape(output_shape)
128 .OutputShape(output_shape)
148 .OutputShape(output_shape)
166 .OutputShape(shape)
184 .OutputShape(shape)
196 .OutputShape(std::vector<int32_t>())
219 .OutputShape(output_shape) in TEST()
Dreshape_tester.cc111 reinterpret_cast<const uint8_t*>(OutputShape().data()), in CreateTfLiteModel()
112 OutputShape().size() * sizeof(int32_t)))); in CreateTfLiteModel()
121 builder.CreateVector<int32_t>(OutputShape().data(), in CreateTfLiteModel()
122 OutputShape().size()), in CreateTfLiteModel()
148 builder, builder.CreateVector<int32_t>(OutputShape().data(), in CreateTfLiteModel()
149 OutputShape().size())) in CreateTfLiteModel()
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
Dpad_tester.cc37 std::vector<int32_t> PadTester::OutputShape() const { in OutputShape() function in tflite::xnnpack::PadTester
113 for (size_t i = 0; i < ComputeSize(OutputShape()); i++) { in Test()
137 const std::vector<int32_t> output_shape = OutputShape(); in CreateTfLiteModel()
Dprelu_tester.cc95 for (size_t i = 0; i < ComputeSize(OutputShape()); i++) { in Test()
196 builder.CreateVector<int32_t>(OutputShape().data(), OutputShape().size()), in CreateTfLiteModel()
Dfully_connected_tester.cc38 std::vector<int32_t> FullyConnectedTester::OutputShape() const { in OutputShape() function in tflite::xnnpack::FullyConnectedTester
108 for (size_t i = 0; i < ComputeSize(OutputShape()); i++) { in Test()
213 const std::vector<int32_t> output_shape = OutputShape(); in CreateTfLiteModel()
Dprelu_tester.h54 inline const std::vector<int32_t>& OutputShape() const { in OutputShape() function
Dpad_tester.h70 std::vector<int32_t> OutputShape() const;
Dfully_connected_tester.h65 std::vector<int32_t> OutputShape() const;
Dbinary_elementwise_tester.cc38 std::vector<int32_t> BinaryElementwiseTester::OutputShape() const { in OutputShape() function in tflite::xnnpack::BinaryElementwiseTester
163 for (size_t i = 0; i < ComputeSize(OutputShape()); i++) { in Test()
256 const std::vector<int32_t> output_shape = OutputShape(); in CreateTfLiteModel()
Dbinary_elementwise_tester.h61 std::vector<int32_t> OutputShape() const;
Dreduce_tester.h66 inline std::vector<int32_t> OutputShape() const { in OutputShape() function
Dreduce_tester.cc117 const std::vector<int32_t> output_shape = OutputShape(); in CreateTfLiteModel()