Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetAliasedParameter (0.17 sec)

  1. tensorflow/compiler/jit/xla_launch_util.cc

                                         : xla::ShapeIndex({});
      CHECK(input_output_alias.shape().IsTuple() || output_num == 0);
      if (std::optional<xla::HloInputOutputAliasConfig::Alias> alias =
              input_output_alias.GetAliasedParameter(output_index)) {
        VLOG(3) << "Found alias: " << alias->ToString();
        int tf_param =
            input_mapping[alias->parameter_number] - missing_ctx_input_prefix;
        const Tensor input_tensor =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
Back to top