Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PredicateInt32Inputs (1.32 sec)

  1. tensorflow/compiler/jit/build_xla_ops_pass.cc

    // To prevent this, we add control dependencies to make the int32 input edges
    // into the PartitionedCall dead.  With this change the D2H copy only happens if
    // the PartitionedCall is actually executed.
    Status PredicateInt32Inputs(const Scope& root, Node* n,
                                Operation predicate_as_control) {
      std::vector<Output> int32_inputs;
      std::vector<int> int32_inputs_input_idxs;
      for (const Edge* e : n->in_edges()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 24.3K bytes
    - Viewed (0)
Back to top