Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LegacyCallOp (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/export_utils.h

    // Returns true if the given instruction is an mlir::TF::LegacyCallOp or the
    // result of such an operation transformed by the
    // ExecutorToControlDialectConversion pass.
    //
    // TODO(b/145706023): When the ExecutorToControlDialectConversion pass runs
    // before the exporter, it mutates an mlir::TF::LegacyCallOp instruction to
    // an instruction with a different operation name. As such, this routine checks
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/python/mlir_wrapper/ops.cc

               });
    
      // mlir::TF::LegacyCallOp
      py::class_<mlir::TF::LegacyCallOp>(m, "Tf_LegacyCallOp")
          .def("create",
               [](mlir::OpBuilder& opb, mlir::Location loc,
                  std::vector<mlir::Type> output, std::vector<mlir::Value> args,
                  std::string f) -> mlir::Operation* {
                 return opb
                     .create<mlir::TF::LegacyCallOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 30 02:12:49 UTC 2022
    - 7.6K bytes
    - Viewed (0)
Back to top