Searched refs:FeatureDenseCopy (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_helper.cc | 61 Status FeatureDenseCopy(const std::size_t out_index, const string& name, in FeatureDenseCopy() function 259 TF_RETURN_IF_ERROR(FeatureDenseCopy(batch_index, example_name, key, dtype, in SingleExampleProtoToTensors()
|
D | example_proto_helper.h | 131 Status FeatureDenseCopy(const std::size_t out_index, const string& name,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | example_parsing_ops.cc | 1007 OP_REQUIRES_OK(ctx, FeatureDenseCopy(0, name, key, dtype, shape, f, in Compute() 1116 OP_REQUIRES_OK(ctx, FeatureDenseCopy(t, name, key, dtype, shape, f, in Compute()
|