/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
D | depthwise_conv_slicing_test.cc | 201 const float filter_values[] = {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, in TF_LITE_MICRO_TEST() local 228 filter_shape, filter_values, filter_quantized, bias_shape, bias_values, in TF_LITE_MICRO_TEST() 247 const float filter_values[] = {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, in TF_LITE_MICRO_TEST() local 271 filter_shape, filter_values, filter_quantized, bias_shape, bias_values, in TF_LITE_MICRO_TEST() 287 const float filter_values[] = {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, in TF_LITE_MICRO_TEST() local 318 filter_shape, filter_values, filter_quantized, bias_shape, bias_values, in TF_LITE_MICRO_TEST() 340 float filter_values[] = {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, in TF_LITE_MICRO_TEST() local 368 filter_shape, filter_values, filter_quantized, bias_shape, bias_values, in TF_LITE_MICRO_TEST() 382 const float filter_values[] = { in TF_LITE_MICRO_TEST() local 410 filter_shape, filter_values, filter_quantized, bias_shape, bias_values, in TF_LITE_MICRO_TEST() [all …]
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | depthwise_conv_test.cc | 247 const float filter_values[] = {1, 2, 3, 4, -9, 10, -11, 12, in TF_LITE_MICRO_TEST() local 264 input_shape, input_values, filter_shape, filter_values, bias_shape, in TF_LITE_MICRO_TEST() 274 const float filter_values[] = {1, 2, 3, 4, -9, 10, -11, 12, in TF_LITE_MICRO_TEST() local 305 filter_shape, filter_values, filter_quantized, filter_scale, in TF_LITE_MICRO_TEST() 320 const float filter_values[] = {1, 2, 3, 4, -9, 10, -11, 12, in TF_LITE_MICRO_TEST() local 352 filter_shape, filter_values, filter_quantized, filter_scale, in TF_LITE_MICRO_TEST() 362 const float filter_values[] = {1, 2, 3, 4, -9, 10, -11, 12, in TF_LITE_MICRO_TEST() local 377 input_shape, input_values, filter_shape, filter_values, bias_shape, in TF_LITE_MICRO_TEST() 387 const float filter_values[] = {1, 2, 3, 4, -9, 10, -11, 12, in TF_LITE_MICRO_TEST() local 416 filter_shape, filter_values, filter_quantized, filter_scale, in TF_LITE_MICRO_TEST() [all …]
|
D | conv_test.cc | 86 const float filter_values[] = {1, 2, 3, 4, -1, -1, 1, 1}; in TF_LITE_MICRO_TEST() local 96 kFilterShape, filter_values, kBiasShape, bias_values, kOutputShape, in TF_LITE_MICRO_TEST() 615 float filter_values[kNumFilters * kSampleSize]; in TF_LITE_MICRO_TEST() local 638 filter_values[i] = (i * 25) % 256 - 128; in TF_LITE_MICRO_TEST() 681 filter_values, filter_quantized, filter_dims, filter_scale, in TF_LITE_MICRO_TEST()
|
/external/libchrome/base/trace_event/ |
D | trace_config_unittest.cc | 427 std::unordered_set<std::string> filter_values; in TEST() local 428 EXPECT_TRUE(event_filter.GetArgAsSet("event_name_whitelist", &filter_values)); in TEST() 429 EXPECT_EQ(2u, filter_values.size()); in TEST() 430 EXPECT_EQ(1u, filter_values.count("a snake")); in TEST() 431 EXPECT_EQ(1u, filter_values.count("a dog")); in TEST()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | quantize_nodes_test.cc | 319 const std::vector<float>& filter_values) { in TestQuantizeConv2D() argument 331 test::FillValues<float>(&filter_tensor, filter_values); in TestQuantizeConv2D()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 144 Tensor filter_values(DT_FLOAT, filter_shape); in MulConvPushDownTest() local 145 for (int i = 0; i < filter_values.NumElements(); ++i) { in MulConvPushDownTest() 146 filter_values.flat<float>()(i) = std::sqrt(static_cast<float>(i)); in MulConvPushDownTest() 149 ops::Const(s.WithOpName("filter"), Input::Initializer(filter_values)); in MulConvPushDownTest()
|