Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DCOMMENT_OP (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

    #include "tensorflow/core/ir/types/dialect.h"
    #include "tsl/platform/errors.h"
    
    #define DEBUG_TYPE "tf-shape-inference"
    
    #define DCOMMENT(MSG) LLVM_DEBUG(llvm::dbgs() << MSG << "\n")
    #define DCOMMENT_OP(OP, MSG) \
      LLVM_DEBUG(OP->print(llvm::dbgs() << MSG << " "); llvm::dbgs() << "\n")
    
    using ::int64_t;
    using mlir::func::FuncOp;
    using tensorflow::shape_inference::DimensionHandle;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top