/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | debug_stripper_test.cc | 126 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
|
D | arithmetic_optimizer_test.cc | 1284 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 …]
|
D | constant_folding_test.cc | 49 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/ |
D | SelectFixture.h | 92 TensorType x_t = create_tensor<TensorType>(shape, data_type); in compute_target() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fused_batch_norm_op_test.cc | 230 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
|
D | fused_batch_norm_ex_op_test.cc | 577 Tensor x_t(dtype, data_format == FORMAT_NHWC ? TensorShape({n, h, w, c}) in FusedBatchNormEx() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util_test.cc | 569 Tensor x_t; in CompareTensorValues() local
|