Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for device_str (0.16 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

      }
    
      std::unique_ptr<DeviceMgr> device_mgr =
          std::make_unique<StaticDeviceMgr>(std::move(devices));
      const auto* config = &options.session_options->config;
      std::unique_ptr<ProcessFunctionLibraryRuntime> pflr(
          new ProcessFunctionLibraryRuntime(
              device_mgr.get(), options.session_options->env,
              /*config=*/config, TF_GRAPH_DEF_VERSION, library,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      void VLogClusteringSummary();
    
      Cluster* MakeNewCluster(int cycles_graph_node_id, int effective_cluster_size,
                              bool has_functional_control_flow,
                              const DeviceSet& device_set,
                              std::optional<DeviceId> resource_op_device,
                              std::optional<int> resource_var_operation_node_id,
                              std::optional<DeadnessPredicate> deadness_predicate,
    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