Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getOutputFilePath (0.42 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/insert_calibration_statistics_saver.cc

    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h"  // IWYU pragma: keep
    #include "tsl/platform/path.h"
    
    namespace mlir::quant::stablehlo {
    namespace {
    
    std::string GetOutputFilePath(absl::string_view calibration_data_dir,
                                  absl::string_view func_name,
                                  int32_t output_file_idx) {
      return tsl::io::JoinPath(calibration_data_dir,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. platforms/core-execution/execution-e2e-tests/src/integTest/groovy/org/gradle/integtests/StaleOutputIntegrationTest.groovy

            TestFile getOutputFile() {
                file(outputFilePath)
            }
    
            String getOutputDirPath() {
                return "${buildDir}/outputDir"
            }
    
            String getOutputFilePath() {
                return "${buildDir}/outputFile"
            }
    
            String getOverlappingOutputDir() {
                this.overlappingOutputDir ?: buildDir
            }
    
            void createStaleOutputs() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top