/external/tensorflow/tensorflow/core/kernels/ |
D | parameterized_truncated_normal_op_test.cc | 29 Tensor shape_t(DT_INT32, TensorShape({2})); in PTruncatedNormal() local 58 Tensor shape_t(DT_INT32, TensorShape({2})); in PTruncatedNormal2SD() local 85 Tensor shape_t(DT_INT32, TensorShape({2})); in PTruncatedNormalOneTail() local
|
D | sparse_reduce_op.cc | 106 Status ValidateInputs(const Tensor *shape_t, const Tensor *reduction_axes_t) { in ValidateInputs() 161 const Tensor *indices_t, *values_t, *shape_t, *reduction_axes_t; in Compute() local 257 const Tensor *indices_t, *values_t, *shape_t, *reduction_axes_t; in Compute() local
|
D | stateful_random_ops.cc | 105 const Tensor& shape_t = ctx->input(shape_input_idx); in ComputeImpl() local 154 const Tensor& shape_t = ctx->input(0); in Compute() local
|
D | random_crop_op.cc | 39 const Tensor& shape_t = context->input(1); in Compute() local
|
D | sparse_dense_binary_op_shared.cc | 62 const Tensor *indices_t, *values_t, *shape_t, *dense_t; in Compute() local
|
D | sparse_softmax_op.cc | 43 const Tensor *indices_t, *values_t, *shape_t; in Compute() local
|
D | stateless_random_ops.cc | 74 const Tensor& shape_t = context->input(0); in Compute() local
|
D | example_parsing_ops.cc | 690 auto shape_t = sp_shape_d->vec<int64>(); in Compute() local 706 auto shape_t = sp_shape_d->vec<int64>(); in Compute() local 816 auto shape_t = sp_shape_d->vec<int64>(); in Compute() local
|
D | image_resizer_state.h | 87 const Tensor& shape_t = context->input(1); in ValidateAndCalculateOutputSize() local
|
D | random_poisson_op.cc | 289 const Tensor& shape_t = ctx->input(0); in Compute() local
|
D | resize_nearest_neighbor_op.cc | 191 const Tensor& shape_t = context->input(1); in Compute() local
|
D | nccl_ops.cc | 233 const Tensor& shape_t = c->input(0); in ComputeAsync() local
|
D | resize_bicubic_op_test.cc | 260 auto shape_t = shape.flat<int32>(); in ResizeBicubic() local
|
D | ctc_decoder_ops.cc | 146 auto shape_t = p_shape->vec<int64>(); in StoreAllDecodedSequences() local
|
D | random_op.cc | 275 const Tensor& shape_t = ctx->input(0); in Compute() local
|
/external/tensorflow/tensorflow/contrib/image/kernels/ |
D | image_ops.cc | 88 const Tensor& shape_t = ctx->input(2); in Compute() local
|
/external/tensorflow/tensorflow/core/ops/ |
D | nn_ops_test.cc | 536 Tensor shape_t = test::AsTensor<int32>(shape); in TEST() local
|
D | array_ops_test.cc | 527 Tensor shape_t(DT_INT64, TensorShape{3}); in TEST() local
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_helper.cc | 388 auto shape_t = (*output_sparse_shapes_tensor)[d].vec<int64>(); in BatchExampleProtoToTensors() local
|