Home
last modified time | relevance | path

Searched defs:x_t (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddebug_stripper_test.cc126 Tensor x_t(DT_FLOAT, TensorShape({})); in TEST_F() local
185 Tensor x_t(DT_FLOAT, TensorShape({})); in TEST_F() local
223 Tensor x_t(DT_FLOAT, TensorShape({})); in TEST_F() local
Darithmetic_optimizer_test.cc1284 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({3, 3, 28, 28})); in TEST_F() local
1323 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({3, 3, 28, 28})); in TEST_F() local
1352 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({4, 3, 28, 28})); in TEST_F() local
1384 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({4, 3, 28, 28})); in TEST_F() local
1416 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({8, 3, 28, 28})); in TEST_F() local
1477 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({8, 3, 28, 28, 4})); in TEST_F() local
1882 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({8, 12, 28, 28})); in TEST_F() local
1920 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 3})); in TEST_F() local
2258 auto x_t = GenerateRandomTensor<DT_UINT8>(TensorShape({2, 3})); in TEST_F() local
2292 auto x_t = GenerateRandomTensor<DT_INT8>(TensorShape({2, 3})); in TEST_F() local
[all …]
Dconstant_folding_test.cc49 Tensor x_t(DTYPE, TensorShape({2, 2})); in SimpleNeutralElementTest() local
388 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
445 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
516 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
972 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
3396 Tensor x_t(DT_BOOL, TensorShape({})); in TEST_F() local
3652 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({})); in TEST_F() local
4003 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({1, 2, 3, 4})); in TEST_F() local
4051 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({1, 2, 3, 4})); in TEST_F() local
4129 Tensor x_t(DT_INT64, TensorShape({2, 2})); in TEST_F() local
/external/ComputeLibrary/tests/validation/fixtures/
DSelectFixture.h92 TensorType x_t = create_tensor<TensorType>(shape, data_type); in compute_target() local
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op_test.cc230 Tensor x_t(dtype, data_format == FORMAT_NHWC ? TensorShape({n, h, w, c}) in FusedBatchNormInference() local
272 Tensor x_t(dtype, shape); in FusedBatchNormGrad() local
Dfused_batch_norm_ex_op_test.cc577 Tensor x_t(dtype, data_format == FORMAT_NHWC ? TensorShape({n, h, w, c}) in FusedBatchNormEx() local
/external/tensorflow/tensorflow/core/framework/
Dtensor_util_test.cc569 Tensor x_t; in CompareTensorValues() local