Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for send_loop_cond_builder (0.34 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      send_loop_cond_builder.Attr(kXlaOriginalOutsideCompilationNodeName,
                                  send_loop_cond_builder.node_name());
      SetMaximalSharding(send_loop_cond_builder);
      send_loop_cond_builder.Input(loop_cond->name(), 0, DT_BOOL);
      NodeDef send_loop_cond_def;
      TF_RETURN_IF_ERROR(send_loop_cond_builder.Finalize(&send_loop_cond_def));
      TF_ASSIGN_OR_RETURN(Node * send_loop_cond_node,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top