Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for hlo_module (0.26 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/constant-folding.mlir

    // that require compile time constant operand.
    // "tf.Shape" can only be folded away after shape inference. tf.Reshape can only
    // be lowered when tf.Shape is folded into a constant.
    
    // CHECK-LABEL: HloModule main
    // CHECK:       ENTRY %main.{{[0-9]+}} ([[ARG_TUPLE:.*]]: (f32[10,19], f32[19,10])) -> (f32[10,19]) {
    // CHECK:         %[[ARG_TUPLE]] = (f32[10,19]{1,0}, f32[19,10]{1,0}) parameter(0), parameter_replication={false,true}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jul 25 02:54:34 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/get_compiler_ir.cc

                              result.computation->GetProgramShape());
          xla::HloModuleConfig config(program_shape);
          TF_ASSIGN_OR_RETURN(
              std::unique_ptr<xla::HloModule> new_module,
              xla::HloModule::CreateFromProto(result.computation->proto(), config));
    
          xla::HloPrintOptions opts;
          if (stage == IrExportStage::HLO_NO_METADATA) {
            opts.set_print_metadata(false);
          }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top