Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StaticHloProfilePrinterData (0.2 sec)

  1. tensorflow/compiler/aot/codegen_test_h.golden

          set_static_data_result_names(data, StaticResultNames());
          set_static_data_program_shape(data, StaticProgramShape());
          set_static_data_hlo_profile_printer_data(
              data, StaticHloProfilePrinterData());
    
          return data;
        }();
        return *kStaticData;
      }
    
      MyClass(AllocMode alloc_mode =
                AllocMode::ARGS_VARIABLES_RESULTS_PROFILES_AND_TEMPS)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/codegen.cc

          set_static_data_result_names(data, StaticResultNames());
          set_static_data_program_shape(data, StaticProgramShape());
          set_static_data_hlo_profile_printer_data(
              data, StaticHloProfilePrinterData());
    {{ASSIGN_PROFILE_COUNTERS_SIZE}}
          return data;
        }();
        return *kStaticData;
      }
    
      {{CLASS}}(AllocMode alloc_mode =
                AllocMode::ARGS_VARIABLES_RESULTS_PROFILES_AND_TEMPS)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top