Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_util.h258 Status ReadTensorsV0(std::vector<Tensor>* read_tensors);
Dsnapshot_util.cc706 return ReadTensorsV0(read_tensors); in ReadTensors()
755 Status CustomReader::ReadTensorsV0(std::vector<Tensor>* read_tensors) { in ReadTensorsV0() function in tensorflow::data::snapshot_util::CustomReader