Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.h97 bool ParseFast(Source* source);
Dtensor_coding.cc105 if (ParseFast(source)) return Status::OK(); in ParseFrom()
219 bool TensorResponse::ParseFast(Source* source) { in ParseFast() function in tensorflow::TensorResponse