Home
last modified time | relevance | path

Searched defs:input_shape (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtranspose_utils_test.cc24 RuntimeShape input_shape({9}); in TEST() local
42 RuntimeShape input_shape({9, 3}); in TEST() local
62 RuntimeShape input_shape({9, 1}); in TEST() local
81 RuntimeShape input_shape({4, 3, 8}); in TEST() local
103 RuntimeShape input_shape({4, 1, 8}); in TEST() local
125 RuntimeShape input_shape({4, 1, 1}); in TEST() local
145 RuntimeShape input_shape({1, 1, 1}); in TEST() local
165 RuntimeShape input_shape({9, 3, 2, 4}); in TEST() local
189 RuntimeShape input_shape({9, 3, 1, 4}); in TEST() local
212 RuntimeShape input_shape({1, 3, 1, 4}); in TEST() local
[all …]
Dresize_nearest_neighbor_test.cc30 const RuntimeShape& input_shape, const std::vector<T>& input_data, in TestReferenceResizeNearestNeighbor()
49 RuntimeShape input_shape = {1, 2, 2, 1}; in TEST() local
60 RuntimeShape input_shape = {1, 2, 2, 1}; in TEST() local
72 RuntimeShape input_shape = {1, 2, 2, 1}; in TEST() local
84 RuntimeShape input_shape = {1, 2, 2, 1}; in TEST() local
95 RuntimeShape input_shape = {1, 2, 2, 1}; in TEST() local
106 RuntimeShape input_shape = {1, 2, 2, 1}; in TEST() local
118 RuntimeShape input_shape = {1, 2, 2, 1}; in TEST() local
130 RuntimeShape input_shape = {1, 3, 3, 1}; in TEST() local
141 RuntimeShape input_shape = {1, 3, 3, 1}; in TEST() local
[all …]
/external/tensorflow/tensorflow/python/keras/utils/
Dconv_utils_test.py30 def _get_const_output_shape(input_shape, dim): argument
166 def test_conv_kernel_mask_fc(self, *input_shape):
183 def test_conv_kernel_mask_diag(self, *input_shape):
201 def test_conv_kernel_mask_full_stride(self, *input_shape):
222 def test_conv_kernel_mask_almost_full_stride(self, *input_shape):
245 def test_conv_kernel_mask_rect_kernel(self, *input_shape):
278 def test_conv_kernel_mask_wrong_padding(self, *input_shape):
301 def test_conv_kernel_mask_wrong_dims(self, *input_shape):
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dreshape_test.cc38 const std::vector<int32_t> input_shape{ variable
59 const std::vector<int32_t> input_shape{ variable
80 const std::vector<int32_t> input_shape{ variable
101 const std::vector<int32_t> input_shape{ variable
122 const std::vector<int32_t> input_shape{{shape_rng(), shape_rng()}}; variable
142 const std::vector<int32_t> input_shape{{shape_rng(), shape_rng()}}; variable
212 const std::vector<int32_t> input_shape{ in TEST() local
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dtranspose_test.cc75 const RuntimeShape input_shape = ::tflite::GetTensorShape(shape); in ComputeExpectedTransposeResult() local
95 std::vector<int> input_shape = {3}; in TEST() local
108 std::vector<int> input_shape = {3}; in TEST() local
120 std::vector<int> input_shape = {3, 2}; in TEST() local
133 std::vector<int> input_shape = {3, 2}; in TEST() local
146 std::vector<int> input_shape = {2, 2, 3, 1}; in TEST() local
159 std::vector<int> input_shape = {2, 2, 3, 1}; in TEST() local
/external/tensorflow/tensorflow/lite/micro/kernels/
Dstrided_slice_test.cc59 void TestStridedSliceFloat(const int* input_shape, const int* begin_shape, in TestStridedSliceFloat()
91 const int* input_shape, const int* begin_shape, const int* end_shape, in TestStridedSliceQuantized()
127 const int input_shape[] = {5, 2, 2, 2, 2, 2}; in TF_LITE_MICRO_TEST() local
148 const int input_shape[] = {1, 4}; in TF_LITE_MICRO_TEST() local
169 const int input_shape[] = {1, 4}; in TF_LITE_MICRO_TEST() local
190 const int input_shape[] = {1, 4}; in TF_LITE_MICRO_TEST() local
211 const int input_shape[] = {1, 4}; in TF_LITE_MICRO_TEST() local
232 const int input_shape[] = {1, 4}; in TF_LITE_MICRO_TEST() local
253 const int input_shape[] = {1, 4}; in TF_LITE_MICRO_TEST() local
274 const int input_shape[] = {1, 4}; in TF_LITE_MICRO_TEST() local
[all …]
Dshape_test.cc73 int input_shape[] = {1, 5}; in TF_LITE_MICRO_TEST() local
84 int input_shape[] = {2, 4, 3}; in TF_LITE_MICRO_TEST() local
95 int input_shape[] = {2, 12, 1}; in TF_LITE_MICRO_TEST() local
106 int input_shape[] = {2, 2, 6}; in TF_LITE_MICRO_TEST() local
117 int input_shape[] = {2, 2, 2, 3}; in TF_LITE_MICRO_TEST() local
128 int input_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local
Dpooling_test.cc185 const int input_shape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
201 const int input_shape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
223 const int input_shape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
245 const int input_shape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
268 const int input_shape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
290 const int input_shape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
312 const int input_shape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
334 const int input_shape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
350 const int input_shape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
366 const int input_shape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_util_test.cc37 Shape input_shape = ShapeUtil::MakeShape(F32, {2, 3, 5}); in TEST() local
47 Shape input_shape = ShapeUtil::MakeShape(F32, {2, 3, 5}); in TEST() local
56 Shape input_shape = ShapeUtil::MakeShape(F32, {4, 5, 7}); in TEST() local
68 Shape input_shape = ShapeUtil::MakeShape(F32, {16, 7}); in TEST() local
80 Shape input_shape = ShapeUtil::MakeShape(F32, {16, 7}); in TEST() local
94 Shape input_shape = ShapeUtil::MakeShape(F32, {16, 4, 7}); in TEST() local
107 Shape input_shape = ShapeUtil::MakeShape(F32, {16, 7, 5, 3}); in TEST() local
120 Shape input_shape = ShapeUtil::MakeShape(F32, {3, 1, 5, 7}); in TEST() local
133 Shape input_shape = ShapeUtil::MakeShape(F32, {8, 16}); in TEST() local
153 Shape input_shape = ShapeUtil::MakeShape(F32, {1, 1, 1}); in TEST() local
Ddynamic_dimension_inference_test.cc105 auto input_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in TEST_F() local
128 auto input_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in TEST_F() local
151 auto input_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in TEST_F() local
180 auto input_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in TEST_F() local
203 auto input_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in TEST_F() local
235 auto input_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in TEST_F() local
268 auto input_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in TEST_F() local
488 auto input_shape = ShapeUtil::MakeShape(F32, {1, 2, 3}); in TEST_F() local
527 auto input_shape = ShapeUtil::MakeShape(F32, {1, 2, 3}); in TEST_F() local
566 auto input_shape = ShapeUtil::MakeShape(F32, {2, 3, 4, 5, 6}); in TEST_F() local
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dreshape_test_common.h47 ReshapeOpModel(std::initializer_list<int> input_shape, in ReshapeOpModel()
81 void BuildWithHardcodedShape(std::initializer_list<int> input_shape, in BuildWithHardcodedShape()
94 void BuildWithTensorShape(std::initializer_list<int> input_shape, in BuildWithTensorShape()
114 void BuildWithConstantTensorShape(std::initializer_list<int> input_shape, in BuildWithConstantTensorShape()
/external/tensorflow/tensorflow/python/keras/applications/
Defficientnet.py207 input_shape=None, argument
526 input_shape=None, argument
552 input_shape=None, argument
578 input_shape=None, argument
604 input_shape=None, argument
630 input_shape=None, argument
656 input_shape=None, argument
682 input_shape=None, argument
708 input_shape=None, argument
Ddensenet.py134 input_shape=None, argument
326 input_shape=None, argument
339 input_shape=None, argument
352 input_shape=None, argument
Dresnet_v2.py37 input_shape=None, argument
68 input_shape=None, argument
99 input_shape=None, argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_op.cc45 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
77 const TensorShape input_shape = ctx->InputShape("input"); in Compile() local
153 const TensorShape input_shape = ctx->InputShape(i); in Compile() local
190 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
206 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
233 const TensorShape input_shape = ctx->InputShape("input"); in Compile() local
283 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
382 auto input_shape = ctx->InputXlaShape(0).ValueOrDie(); in Compile() local
405 const TensorShape input_shape = ctx->InputShape(0); in Compile() local
/external/tensorflow/tensorflow/python/keras/layers/
Dadvanced_activations.py89 def compute_output_shape(self, input_shape): argument
147 def build(self, input_shape): argument
183 def compute_output_shape(self, input_shape): argument
226 def compute_output_shape(self, input_shape): argument
268 def compute_output_shape(self, input_shape): argument
353 def compute_output_shape(self, input_shape): argument
442 def compute_output_shape(self, input_shape): argument
Dmerge.py90 def build(self, input_shape): argument
186 def compute_output_shape(self, input_shape): argument
283 def build(self, input_shape): argument
490 def build(self, input_shape): argument
525 def compute_output_shape(self, input_shape): argument
660 def build(self, input_shape): argument
707 def compute_output_shape(self, input_shape): argument
Dlocal.py159 def build(self, input_shape): argument
250 def compute_output_shape(self, input_shape): argument
461 def build(self, input_shape): argument
555 def compute_output_shape(self, input_shape): argument
635 def get_locallyconnected_mask(input_shape, kernel_shape, strides, padding, argument
Deinsum_dense.py140 def build(self, input_shape): argument
209 def _analyze_einsum_string(equation, bias_axes, input_shape, output_shape): argument
242 input_shape, argument
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dpad.h39 const RuntimeShape& input_shape, const T* input_data, in PadImpl()
112 const RuntimeShape& input_shape, const T* input_data, in Pad()
122 const RuntimeShape& input_shape, const T* input_data, in Pad()
133 const RuntimeShape& input_shape, const int32_t* input_data, in Pad()
142 const RuntimeShape& input_shape, const T* input_data, in PadImageStyle()
151 const RuntimeShape& input_shape, in PadImageStyle()
Dlogistic.h30 inline void Logistic(const RuntimeShape& input_shape, const float* input_data, in Logistic()
61 inline void Logistic(const LogisticParams&, const RuntimeShape& input_shape, in Logistic()
69 const RuntimeShape& input_shape, const int16_t* input_data, in Logistic()
93 inline void Logistic(const RuntimeShape& input_shape, const int8_t* input_data, in Logistic()
Dtanh.h29 inline void Tanh(const RuntimeShape& input_shape, const float* input_data, in Tanh()
42 inline void Tanh(const TanhParams&, const RuntimeShape& input_shape, in Tanh()
49 inline void Tanh(const TanhParams& params, const RuntimeShape& input_shape, in Tanh()
83 inline void Tanh(const TanhParams& params, const RuntimeShape& input_shape, in Tanh()
/external/tensorflow/tensorflow/python/kernel_tests/
Dnth_element_op_test.py64 def _testFloatLargeInput(self, input_shape): argument
75 def _testIntLargeInput(self, input_shape): argument
86 def _testLargeInput(self, input_shape): argument
99 def _testEnumerateN(self, input_shape): argument
/external/tensorflow/tensorflow/core/ops/
Dcudnn_rnn_ops.cc84 auto input_shape = c->input(0); in __anon815c5c9f0302() local
127 auto input_shape = c->input(0); in __anon815c5c9f0402() local
174 auto input_shape = c->input(0); in __anon815c5c9f0502() local
225 auto input_shape = c->input(0); in __anon815c5c9f0602() local
262 auto input_shape = c->input(0); in __anon815c5c9f0702() local
302 auto input_shape = c->input(0); in __anon815c5c9f0802() local
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_integration_test.py128 def test_layer_output_type(self, layer_to_test, input_shape, _, layer_kwargs): argument
149 def _run_fit_eval_predict(self, layer_to_test, input_shape, data_shape, argument
189 def test_model_loops(self, layer_to_test, input_shape, fuzz_dims, argument

12345678910>>...22