Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for num_partitions (0.23 sec)

  1. tensorflow/compiler/jit/xla_launch_util_test.cc

        xla::ExecuteOptions exe_options;
        exe_options.arguments_are_tupled = false;
        exe_options.untuple_result = true;
    
        // TODO(b/257548614): currently PJRT is compiled as portable (num_replica =
        // 1 and num_partition = 1). Support multiple partitions case.
        return executable->ExecutePortable(executable_args, pjrt_device,
                                           exe_options);
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 28.8K bytes
    - Viewed (0)
Back to top