Searched defs:values_t (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | searchsorted_op.cc | 87 const Tensor& values_t = ctx->input(1); in Compute() local 128 const Tensor& values_t = ctx->input(1); in Compute() local
|
D | sparse_softmax_op.cc | 43 const Tensor *indices_t, *values_t, *shape_t; 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_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 | reader_ops.cc | 146 auto values_t = values->vec<tstring>(); in ComputeWithReader() local
|
D | sparse_fill_empty_rows_op.cc | 54 const Tensor& values_t = context->input(kValuesInput); in Compute() local
|
D | ctc_decoder_ops.cc | 147 auto values_t = p_values->vec<int64>(); in StoreAllDecodedSequences() local
|
/external/tensorflow/tensorflow/core/kernels/sparse/ |
D | sparse_matrix_components_op.cc | 76 Tensor* values_t; in Compute() local
|
D | csr_sparse_matrix_to_dense_op.cc | 154 Tensor values_t; in Compute() local
|
D | csr_sparse_matrix_to_sparse_tensor_op.cc | 160 Tensor* values_t; in Compute() local
|
D | sparse_tensor_to_csr_sparse_matrix_op.cc | 125 const Tensor& values_t = c->input(1); in ComputeAsync() local
|
D | dense_to_csr_sparse_matrix_op.cc | 240 const Tensor& values_t = const_cast<const Tensor&>(temp_values_t); in ComputeAsync() local
|