Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InferDeviceForCluster (0.36 sec)

  1. tensorflow/compiler/jit/build_xla_ops_pass.cc

        }
      }
    
      for (const Edge* e : edges_to_delete) {
        g->RemoveEdge(e);
      }
    
      g->RemoveNode(n);
      return call.operation.node();
    }
    
    absl::StatusOr<jit::DeviceId> InferDeviceForCluster(
        jit::DeviceInfoCache* device_info_cache, Node* n,
        const string& function_name, const FunctionLibraryDefinition& flib_def) {
      const FunctionDef* func_def = flib_def.Find(function_name);
    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