Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resource_var_operation_node_ids (0.25 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        xla_scope_ = std::move(other->xla_scope_);
      }
    
      resource_var_operation_node_ids_.reserve(
          resource_var_operation_node_ids_.size() +
          other->resource_var_operation_node_ids_.size());
      absl::c_copy(other->resource_var_operation_node_ids_,
                   std::back_inserter(resource_var_operation_node_ids_));
      other->resource_var_operation_node_ids_.clear();
    }
    
    Status IgnoreResourceOpForSafetyAnalysis(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top