Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xla_compile (0.14 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

          call_node->attrs(), "_outside_compilation_subgraph", &original_oc_name));
      NodeDefBuilder host_compute_builder(host_compute_node_name(original_oc_name),
                                          "XlaHostCompute");
      // In XlaCompiler, if XlaHostCompute node is in a function call node and that
      // function is inlined, name of the XlaHostCompute node will be changed. So
      // we cannot rely on node name; use an attribute instead.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      effects.emplace_back(MemoryEffects::Write::get(),
                           ResourceEffects::_XlaRun::get());
    
      // Conservatively mark resource handles as read and write, as without
      // analyzing _XlaCompile, there is not sufficient information to determine
      // effects on resources.
      for (Value value : getArgs()) {
        MarkResourceAsReadAndWrite(value, effects);
      }
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top