/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 | 856 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({3, 3, 28, 28})); in TEST_F() local 895 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({3, 3, 28, 28})); in TEST_F() local 924 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({4, 3, 28, 28})); in TEST_F() local 956 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({4, 3, 28, 28})); in TEST_F() local 988 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({8, 3, 28, 28})); in TEST_F() local 1046 auto x_t = GenerateRandomTensor<DT_INT8>(TensorShape({8, 3, 28, 28, 4})); in TEST_F() local 1423 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({8, 12, 28, 28})); in TEST_F() local 1461 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 3})); in TEST_F() local 1799 auto x_t = GenerateRandomTensor<DT_UINT8>(TensorShape({2, 3})); in TEST_F() local 1833 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 967 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local 3391 Tensor x_t(DT_BOOL, TensorShape({})); in TEST_F() local 3647 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({})); in TEST_F() local 3998 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({1, 2, 3, 4})); in TEST_F() local 4046 auto x_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({1, 2, 3, 4})); in TEST_F() local 4124 Tensor x_t(DT_INT64, TensorShape({2, 2})); in TEST_F() local
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | compiler_rt_logbl_test.c | 19 twords x_t, crt_value_t, libm_value_t; in test__compiler_rt_logbl() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fused_batch_norm_op_test.cc | 209 Tensor x_t(dtype, data_format == FORMAT_NHWC ? TensorShape({n, h, w, c}) in FusedBatchNormInference() local 251 Tensor x_t(dtype, shape); in FusedBatchNormGrad() local
|
D | fused_batch_norm_ex_op_test.cc | 556 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 | 544 Tensor x_t; in CompareTensorValues() local
|