Home
last modified time | relevance | path

Searched refs:GetVariableToShapeMap (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/c/
Dcheckpoint_reader.cc58 new TensorSliceReader::VarToShapeMap(reader_->GetVariableToShapeMap())); in CheckpointReader()
72 CheckpointReader::GetVariableToShapeMap() const { in GetVariableToShapeMap() function in tensorflow::checkpoint::CheckpointReader
Dcheckpoint_reader.h49 const TensorSliceReader::VarToShapeMap& GetVariableToShapeMap() const;
Dc_api_experimental.cc388 const auto& shape = reader->GetVariableToShapeMap().at(name); in TF_CheckpointReaderGetVariableShape()
402 const auto& m = reader->GetVariableToShapeMap(); in TF_CheckpointReaderGetVariableNumDims()
/external/tensorflow/tensorflow/python/util/
Dpy_checkpoint_reader_wrapper.cc144 &tensorflow::checkpoint::CheckpointReader::GetVariableToShapeMap) in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader.h108 VarToShapeMap GetVariableToShapeMap() const;
Dtensor_slice_reader.cc282 TensorSliceReader::VarToShapeMap TensorSliceReader::GetVariableToShapeMap() in GetVariableToShapeMap() function in tensorflow::checkpoint::TensorSliceReader
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_stats.cc68 for (const auto& v : ckpt_reader_->GetVariableToShapeMap()) { in TFStats()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt123 tensorflow::checkpoint::CheckpointReader::GetVariableToShapeMap