Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.h98 bool ParseSlow(Source* source);
Dtensor_coding.cc107 if (ParseSlow(source)) return Status::OK(); in ParseFrom()
280 bool TensorResponse::ParseSlow(Source* source) { in ParseSlow() function in tensorflow::TensorResponse