Searched refs:FeatureSparseCopy (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_helper.cc | 116 Tensor FeatureSparseCopy(const std::size_t batch, const string& key, in FeatureSparseCopy() function 289 FeatureSparseCopy(batch_index, key, dtype, f); in SingleExampleProtoToTensors()
|
D | example_proto_helper.h | 142 Tensor FeatureSparseCopy(const std::size_t batch, const string& key,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | example_parsing_ops.cc | 680 Tensor feature_values = FeatureSparseCopy(0, key, dtype, f); in Compute() 790 sparse_values_tmp.push_back(FeatureSparseCopy(t, key, dtype, f)); in Compute()
|