Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for num_tasks (0.08 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/tpu_rewrite_device_util.cc

                           mesh_shape_dim.value()));
    
      if (topology_proto.num_tasks() != num_tasks)
        return absl::InvalidArgumentError(absl::StrCat(
            "number of tasks from available TPU devices must be 'num_tasks' in '",
            kTopologyAttr, "' (", topology_proto.num_tasks(), "), got ",
            num_tasks));
    
      if (topology_proto.num_tpu_devices_per_task() != num_tpus_per_task)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 20:10:40 UTC 2024
    - 32.8K bytes
    - Viewed (0)
Back to top