Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for get_attr (0.12 sec)

  1. RELEASE.md

        (explicit) kernel methods in TensorFlow.
    
    ## Bug Fixes and Other Changes
    
    *   In python, `Operation.get_attr` on type attributes returns the Python DType
        version of the type to match expected get_attr documentation rather than the
        protobuf enum.
    *   tensorflow/contrib/rnn undergoes RNN cell variable renaming for consistency
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"GetsockoptInt", Func, 0},
    		{"GetsockoptUcred", Func, 1},
    		{"Gettid", Func, 0},
    		{"Gettimeofday", Func, 0},
    		{"Getuid", Func, 0},
    		{"Getwd", Func, 0},
    		{"Getxattr", Func, 1},
    		{"HANDLE_FLAG_INHERIT", Const, 0},
    		{"HKEY_CLASSES_ROOT", Const, 0},
    		{"HKEY_CURRENT_CONFIG", Const, 0},
    		{"HKEY_CURRENT_USER", Const, 0},
    		{"HKEY_DYN_DATA", Const, 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)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        MutableOperandRange getArgOperandsMutable() {
          return getArgsMutable();
        }
    
        // Returns the callee of this operation.
        CallInterfaceCallable getCallableForCallee() { return getFAttr(); }
        // Sets the callee from the callable.
        void setCalleeFromCallable(CallInterfaceCallable callee);
    
        // returns the callee of this operation.
        func::FuncOp func() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top