Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RemovedEdges (0.08 sec)

  1. tensorflow/compiler/jit/shape_inference.cc

      // the shape inference is complete.
      BackEdgeHelper back_edge;
      TF_RETURN_IF_ERROR(back_edge.Remove(graph));
      TF_RETURN_IF_ERROR(PropagateShapes(graph, arg_shapes,
                                         back_edge.RemovedEdges(), &shape_refiner));
      TF_RETURN_IF_ERROR(back_edge.Replace());
    
      // Currently information does not flow "backward" from consumers to producers
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top