Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/fuzzing/
H A Dcheckpoint_reader_fuzz.cc120 auto shape = reader.GetVariableToShapeMap().find(entry.name()); in DEFINE_PROTO_FUZZER()
122 shape != reader.GetVariableToShapeMap().end() && in DEFINE_PROTO_FUZZER()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dcheckpoint_reader.cc58 new TensorSliceReader::VarToShapeMap(reader_->GetVariableToShapeMap())); in CheckpointReader()
72 CheckpointReader::GetVariableToShapeMap() const { in GetVariableToShapeMap() function in tensorflow::checkpoint::CheckpointReader
H A Dcheckpoint_reader.h49 const TensorSliceReader::VarToShapeMap& GetVariableToShapeMap() const;
H A Dc_api_experimental.cc397 const auto& shape = reader->GetVariableToShapeMap().at(name); in TF_CheckpointReaderGetVariableShape()
411 const auto& m = reader->GetVariableToShapeMap(); in TF_CheckpointReaderGetVariableNumDims()
/aosp_15_r20/external/federated-compute/fcp/aggregation/tensorflow/
H A Dcheckpoint_reader.cc64 tf_checkpoint_reader->GetVariableToShapeMap()) { in Create()
/aosp_15_r20/external/federated-compute/fcp/aggregation/testing/
H A Dtesting.cc86 for (const auto& [name, shape] : reader->GetVariableToShapeMap()) { in SummarizeCheckpoint()
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dpy_checkpoint_reader_wrapper.cc144 &tensorflow::checkpoint::CheckpointReader::GetVariableToShapeMap) in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtensor_slice_reader.h108 VarToShapeMap GetVariableToShapeMap() const;
H A Dtensor_slice_reader.cc289 TensorSliceReader::VarToShapeMap TensorSliceReader::GetVariableToShapeMap() in GetVariableToShapeMap() function in tensorflow::checkpoint::TensorSliceReader
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_stats.cc67 for (const auto& v : ckpt_reader_->GetVariableToShapeMap()) { in TFStats()
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt132 tensorflow::checkpoint::CheckpointReader::GetVariableToShapeMap