Home
last modified time | relevance | path

Searched defs:InputShape (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dpad_tester.h34 inline PadTester& InputShape(std::initializer_list<int32_t> shape) { in InputShape() function
42 inline const std::vector<int32_t>& InputShape() const { return input_shape_; } in InputShape() function
H A Dsplit_tester.h41 inline SplitTester& InputShape(const std::vector<int32_t>& shape) { in InputShape() function
58 inline const std::vector<int32_t>& InputShape() const { return input_shape_; } in InputShape() function
H A Dreshape_tester.h34 inline ReshapeTester& InputShape(const std::vector<int32_t>& input_shape) { in InputShape() function
43 inline const std::vector<int32_t>& InputShape() const { return input_shape_; } in InputShape() function
H A Dreduce_tester.h36 inline ReduceTester& InputShape(std::initializer_list<int32_t> shape) { in InputShape() function
45 inline const std::vector<int32_t>& InputShape() const { return input_shape_; } in InputShape() function
H A Dprelu_tester.h35 inline PreluTester& InputShape(std::initializer_list<int32_t> shape) { in InputShape() function
43 inline const std::vector<int32_t>& InputShape() const { return input_shape_; } in InputShape() function
H A Dquantized_pad_tester.h36 inline QuantizedPadTester& InputShape(std::initializer_list<int32_t> shape) { in InputShape() function
44 inline const std::vector<int32_t>& InputShape() const { return input_shape_; } in InputShape() function
H A Dfully_connected_tester.h36 inline FullyConnectedTester& InputShape( in InputShape() function
46 inline const std::vector<int32_t>& InputShape() const { return input_shape_; } in InputShape() function
H A Dquantized_reduce_tester.h37 inline QuantizedReduceTester& InputShape( in InputShape() function
47 inline const std::vector<int32_t>& InputShape() const { return input_shape_; } in InputShape() function
H A Dquantized_fully_connected_tester.h38 inline QuantizedFullyConnectedTester& InputShape( in InputShape() function
48 inline const std::vector<int32_t>& InputShape() const { return input_shape_; } in InputShape() function
H A Dconcatenation_tester.h59 inline std::vector<int32_t> InputShape(size_t i) const { in InputShape() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_kernel.cc79 TensorShape XlaOpKernelContext::InputShape(int index) { in InputShape() function in tensorflow::XlaOpKernelContext
83 TensorShape XlaOpKernelContext::InputShape(absl::string_view name) { in InputShape() function in tensorflow::XlaOpKernelContext
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/tostring/
H A Dservice-2.json28 "InputShape": { object
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DOnednnUtils.h25 InputShape, enumerator