Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lookupGlobalTensor (0.21 sec)

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

      }
    }
    
    // For the "resource" attribute in a ReadVariable or AssignVariable op,
    // determine the symbol reference to the (new) ml_program::GlobalOp.
    SymbolRefAttr lookupGlobalTensor(func::FuncOp func, Value resource,
                                     SymbolTable &syms,
                                     DenseMap<Operation *, std::string> opToName) {
      llvm::DenseSet<Value> seen;
      BlockArgument arg;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top