Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for return_operand_map (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

      // and `return_value_from_device`, it is safe to access return_operand_map and
      // call `front()` method.
      for (const auto& return_val : return_value_from_host) {
        order_from_new_output_to_previous_output.push_back(
            return_operand_map[return_val].front());
        return_operand_map[return_val].pop_front();
      }
    
      for (const Value& return_val : return_value_from_device) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
Back to top