Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
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
Dprelu_tester.h34 inline PreluTester& 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
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
Dfully_connected_tester.h35 inline FullyConnectedTester& InputShape( in InputShape() function
45 inline const std::vector<int32_t>& InputShape() const { return input_shape_; } in InputShape() function
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
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.cc69 TensorShape XlaOpKernelContext::InputShape(int index) { in InputShape() function in tensorflow::XlaOpKernelContext
73 TensorShape XlaOpKernelContext::InputShape(absl::string_view name) { in InputShape() function in tensorflow::XlaOpKernelContext