Home
last modified time | relevance | path

Searched defs:shapes_and_slices (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsparsify_gather.cc192 Status ObtainVariableInfo( in ObtainVariableInfo()
222 Status SparsifyGatherInternal( in SparsifyGatherInternal()
599 std::unique_ptr<std::unordered_map<string, string> > shapes_and_slices; in SparsifyGather() local
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dappend_slices.py28 def append_slices(filename, tensor_names, shapes_and_slices, data, name=None): argument