Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/artifact_building/
H A Dgraph_helpers_test.py250 input_map = graph_helpers.create_tensor_map(
266 graph_helpers.create_tensor_map(
279 graph_helpers.create_tensor_map(
297 input_map = graph_helpers.create_tensor_map(
H A Dgraph_helpers.py239 create_tensor_map(
244 input_map = create_tensor_map(comp_proto.tensorflow.parameter, args)
407 def create_tensor_map( function