Home
last modified time | relevance | path

Searched refs:shape_1d (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dsoftmax_test.cc42 const int shape_1d[] = {1, 5}; variable
335 tflite::testing ::shape_1d, tflite::testing::input_data_1d, in TF_LITE_MICRO_TEST()
336 tflite::testing::shape_1d, tflite::testing::golden_1d, output_data); in TF_LITE_MICRO_TEST()
347 tflite::testing::shape_1d, tflite::testing::input_data_1d, in TF_LITE_MICRO_TEST()
348 input_quantized, input_scale, input_zero_point, tflite::testing::shape_1d, in TF_LITE_MICRO_TEST()
362 tflite::testing::shape_1d, tflite::testing::input_data_1d, in TF_LITE_MICRO_TEST()
363 input_quantized, input_scale, input_zero_point, tflite::testing::shape_1d, in TF_LITE_MICRO_TEST()
377 tflite::testing::shape_1d, tflite::testing::input_data_1d, in TF_LITE_MICRO_TEST()
378 input_quantized, input_scale, input_zero_point, tflite::testing::shape_1d, in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder_test.cc279 auto shape_1d = PartialTensorShape({-1}); in TEST_F() local
281 ops::Placeholder::Shape(shape_1d)); in TEST_F()
291 shape_1d.AsProto(input.mutable_tensor_shape()); in TEST_F()
Dgrappler_item_builder.cc332 TensorShape shape_1d({dim}); in GrapplerItemFromMetaGraphDef() local
338 Tensor value_tensor(input.dtype(), shape_1d); in GrapplerItemFromMetaGraphDef()
355 Tensor dense_shape_tensor(DT_INT64, shape_1d); in GrapplerItemFromMetaGraphDef()