Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddSendLoopPredToLoopCond (0.16 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      }
    
      return absl::OkStatus();
    }
    
    // Rewrites loop cond to add a node which sends loop cond to host.
    TF_ATTRIBUTE_NOINLINE Status AddSendLoopPredToLoopCond(
        const string& cond_xla_func_name, const string& host_transfer_key,
        NameAttrList* loop_cond_func, FunctionLibraryDefinition* fld,
        Node* while_node) {
      // Instantiate the loop cond function.
    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