Home
last modified time | relevance | path

Searched defs:ParseExample (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops_test.cc145 static Graph* ParseExample(int batch_size, int num_keys, int feature_size) { in ParseExample() function
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc340 bool ParseExample(protobuf::io::CodedInputStream* stream, in ParseExample() function
357 bool ParseExample(StringPiece serialized, parsed::Example* example) { in ParseExample() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go11029 func ParseExample(scope *Scope, serialized tf.Output, names tf.Output, sparse_keys []tf.Output, den… func