Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for Fremovexattr (0.19 sec)

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

      mlir::SymbolTable sub_symbol_table(*sub_module);
    
      auto init_func_op =
          sub_symbol_table.lookup<mlir::func::FuncOp>(target_node_name);
      init_func_op->removeAttr("tf.entry_function");
    
      mlir::OpBuilder builder(module_->getBodyRegion());
    
      // Bind asset inputs to asset ops.
      DCHECK_EQ(init_func_op.getNumArguments(), assets.size());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

          } else {
            return op->emitOpError()
                   << "embedding op has unknown " << kEmbeddingPipelining
                   << " attribute value " << region << ".";
          }
          op->removeAttr(kEmbeddingPipelining);
        }
        return WalkResult::advance();
      });
      if (walk_result.wasInterrupted()) return signalPassFailure();
    
      // If there are no forward pass ops, there is no SC, so we end early.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"RegCloseKey", Func, 0},
    		{"RegEnumKeyEx", Func, 0},
    		{"RegOpenKeyEx", Func, 0},
    		{"RegQueryInfoKey", Func, 0},
    		{"RegQueryValueEx", Func, 0},
    		{"RemoveDirectory", Func, 0},
    		{"Removexattr", Func, 1},
    		{"Rename", Func, 0},
    		{"Renameat", Func, 0},
    		{"Revoke", Func, 0},
    		{"Rlimit", Type, 0},
    		{"Rlimit.Cur", Field, 0},
    		{"Rlimit.Max", Field, 0},
    		{"Rmdir", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top