Home
last modified time | relevance | path

Searched refs:VarToShapeMap (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/c/
Dcheckpoint_reader.cc59 new TensorSliceReader::VarToShapeMap(reader_->GetVariableToShapeMap())); in CheckpointReader()
72 const TensorSliceReader::VarToShapeMap&
110 std::pair<std::unique_ptr<TensorSliceReader::VarToShapeMap>,
135 std::unique_ptr<TensorSliceReader::VarToShapeMap> var_to_shape_map( in BuildV2VarMaps()
136 new TensorSliceReader::VarToShapeMap); in BuildV2VarMaps()
Dcheckpoint_reader.h49 const TensorSliceReader::VarToShapeMap& GetVariableToShapeMap() const;
65 std::pair<std::unique_ptr<TensorSliceReader::VarToShapeMap>,
73 std::unique_ptr<TensorSliceReader::VarToShapeMap> var_to_shape_map_;
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader.h104 typedef std::unordered_map<string, TensorShape> VarToShapeMap; typedef
108 VarToShapeMap GetVariableToShapeMap() const;
Dtensor_slice_reader.cc277 TensorSliceReader::VarToShapeMap TensorSliceReader::GetVariableToShapeMap() in GetVariableToShapeMap()
279 VarToShapeMap name_to_shape; in GetVariableToShapeMap()
/external/tensorflow/tensorflow/python/util/
Dpy_checkpoint_reader.i27 %typemap(out) const tensorflow::checkpoint::TensorSliceReader::VarToShapeMap& {