Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for get_attr (0.19 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. 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