Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dcheckpoint_reader.cc36 var_to_shape_map_(nullptr), in CheckpointReader()
50 var_to_shape_map_.swap(result.first); in CheckpointReader()
58 var_to_shape_map_.reset( in CheckpointReader()
74 CHECK(var_to_shape_map_); in GetVariableToShapeMap()
75 return *var_to_shape_map_; in GetVariableToShapeMap()
Dcheckpoint_reader.h73 std::unique_ptr<TensorSliceReader::VarToShapeMap> var_to_shape_map_; variable