Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetStatefulAttrName (0.32 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_dialect.h

      static StringRef GetGradientAttrName() { return "tf.gradient"; }
    
      // This attribute marks if a function is stateful.
      // Returns the string description of stateful attribute.
      static StringRef GetStatefulAttrName() { return "tf.signature.is_stateful"; }
    
      // Returns true if the op can be duplicated during transformations.
      static bool CanDuplicate(Operation *op);
    
      // Returns true if the op can have side effects.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 01:19:25 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top