Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DynamicTensorflowOps (0.47 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalization_op_config.cc

        TypeID::get<TF::ZerosLikeOp>(),
        TypeID::get<TF::ZetaOp>(),
      };
      // clang-format on
    
      return ops->contains(type_id);
    }
    
    const llvm::DenseSet<mlir::TypeID>& DynamicTensorflowOps() {
      // The static variable is a pointer in order to avoid destruction upon thread
      // termination.
      static const llvm::DenseSet<mlir::TypeID>* ops =
          new llvm::DenseSet<mlir::TypeID>{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top