Searched defs:indices_t (Results 1 – 10 of 10) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/ |
| 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 | sparse_reduce_op.cc | 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 | one_hot_op.cc | 109 auto indices_t = in Compute() local
|
| D | sparse_fill_empty_rows_op.cc | 43 const Tensor* indices_t; in Compute() local
|
| D | tensor_array_ops.cc | 633 const auto indices_t = tensor_indices->vec<int32>(); in Compute() local 1087 const auto indices_t = tensor_indices->vec<int32>(); in Compute() local
|
| D | ctc_decoder_ops.cc | 144 auto indices_t = p_indices->matrix<int64>(); in StoreAllDecodedSequences() local
|
| D | example_parsing_ops.cc | 692 auto indices_t = sp_indices_d->matrix<int64>(); in Compute() local
|
| /external/tensorflow/tensorflow/core/ops/ |
| D | data_flow_ops.cc | 99 const Tensor* indices_t = c->input_tensor(i); in DynamicStitchShapeFunction() local
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | constant_folding_test.cc | 2873 Tensor indices_t(DT_INT32, TensorShape({2})); in TEST_F() local
|