Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFRT (0.05 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

            builder.getStrArrayAttr({output_and_idx.value().first}));
      }
    
      // Add the original TF function name as a function attribute.
      // TODO(b/258817244) Remove this after TFRT exports functions.
      for (const auto& [tf_name, mlir_name] : tf_name_to_mlir_name) {
        auto func_op = sub_symbol_table.lookup<mlir::func::FuncOp>(mlir_name);
        TF_RET_CHECK(func_op)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top