Home
last modified time | relevance | path

Searched defs:indices_t (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_dense_binary_op_shared.cc62 const Tensor *indices_t, *values_t, *shape_t, *dense_t; in Compute() local
Dsparse_softmax_op.cc43 const Tensor *indices_t, *values_t, *shape_t; in Compute() local
Dsparse_reduce_op.cc161 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
Done_hot_op.cc109 auto indices_t = in Compute() local
Dsparse_fill_empty_rows_op.cc43 const Tensor* indices_t; in Compute() local
Dtensor_array_ops.cc633 const auto indices_t = tensor_indices->vec<int32>(); in Compute() local
1087 const auto indices_t = tensor_indices->vec<int32>(); in Compute() local
Dctc_decoder_ops.cc144 auto indices_t = p_indices->matrix<int64>(); in StoreAllDecodedSequences() local
Dexample_parsing_ops.cc692 auto indices_t = sp_indices_d->matrix<int64>(); in Compute() local
/external/tensorflow/tensorflow/core/ops/
Ddata_flow_ops.cc99 const Tensor* indices_t = c->input_tensor(i); in DynamicStitchShapeFunction() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc2873 Tensor indices_t(DT_INT32, TensorShape({2})); in TEST_F() local