Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TopologyWithDeviceCoordinates (0.32 sec)

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

            std::make_tuple(
                2, 1, TopologyWithDeviceCoordinates({}), std::vector<int64_t>(),
                "length of 'device_coordinates' in 'topology' must be 'num_tasks' "
                "* 'num_tpus_per_task' * 4 (2 * 1 * 4), got 0"),
            std::make_tuple(
                2, 1, TopologyWithDeviceCoordinates({-1, 0, 0, 0, 1, 0, 0, 0}),
                std::vector<int64_t>(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top