Home
last modified time | relevance | path

Searched refs:FeatureSparseCopy (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc116 Tensor FeatureSparseCopy(const std::size_t batch, const string& key, in FeatureSparseCopy() function
289 FeatureSparseCopy(batch_index, key, dtype, f); in SingleExampleProtoToTensors()
Dexample_proto_helper.h142 Tensor FeatureSparseCopy(const std::size_t batch, const string& key,
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc680 Tensor feature_values = FeatureSparseCopy(0, key, dtype, f); in Compute()
790 sparse_values_tmp.push_back(FeatureSparseCopy(t, key, dtype, f)); in Compute()