Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/aggregation/tensorflow/
H A Dcheckpoint_reader.h43 using TensorShapeMap = absl::flat_hash_map<std::string, TensorShape>; variable
49 const TensorShapeMap& GetTensorShapeMap() const { return shape_map_; } in GetTensorShapeMap()
56 DataTypeMap data_type_map, TensorShapeMap shape_map);
61 TensorShapeMap shape_map_;
H A Dcheckpoint_reader.cc62 TensorShapeMap shape_map; in Create()
76 DataTypeMap data_type_map, TensorShapeMap shape_map) in CheckpointReader()