Home
last modified time | relevance | path

Searched refs:output_sparse_indices_tensor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc326 std::vector<Tensor>* output_sparse_indices_tensor, in BatchExampleProtoToTensors() argument
385 (*output_sparse_indices_tensor)[d] = in BatchExampleProtoToTensors()
395 Tensor* sp_indices_d = &(*output_sparse_indices_tensor)[d]; in BatchExampleProtoToTensors()
Dexample_proto_helper.h116 std::vector<Tensor>* output_sparse_indices_tensor,