Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for fileSystem (0.11 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_statistics_saver_op.cc

    #include "tensorflow/core/framework/tensor.h"
    #include "tensorflow/core/framework/types.h"
    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/platform/logging.h"
    #include "tsl/platform/file_system.h"
    
    namespace tensorflow {
    namespace {
    
    using ::stablehlo::quantization::CalibrationOptions;
    using CalibrationMethod =
        ::stablehlo::quantization::CalibrationOptions_CalibrationMethod;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 01:31:23 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/debugging/mlir_dump.cc

    #include "mlir/Pass/Pass.h"  // from @llvm-project
    #include "mlir/Pass/PassManager.h"  // from @llvm-project
    #include "tsl/platform/env.h"
    #include "tsl/platform/errors.h"
    #include "tsl/platform/file_system.h"
    #include "tsl/platform/path.h"
    #include "tsl/platform/status.h"
    #include "tsl/platform/statusor.h"
    #include "tsl/platform/stringpiece.h"
    
    namespace tensorflow {
    namespace quantization {
    namespace {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 05:38:57 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top