File tree 1 file changed +17
-4
lines changed
1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -407,11 +407,9 @@ This op can either:
407
407
tensor might have a different sharding (if the input tensor has no other
408
408
uses then the behavior is the same as the no uses case).
409
409
410
- Traits: ` AlwaysSpeculatableImplTrait ` , ` Elementwise ` , ` SameOperandsAndResultType `
411
-
412
- Interfaces: ` ConditionallySpeculatable ` , ` InferTypeOpInterface ` , ` NoMemoryEffect (MemoryEffectOpInterface) `
410
+ Traits: ` Elementwise ` , ` SameOperandsAndResultType `
413
411
414
- Effects : ` MemoryEffects::Effect{} `
412
+ Interfaces : ` InferTypeOpInterface `
415
413
416
414
#### Attributes:
417
415
@@ -698,3 +696,18 @@ Syntax:
698
696
| :-------: | :-------: | ----------- |
699
697
| shardings | ` ::llvm::ArrayRef<TensorShardingAttr> ` | |
700
698
699
+ ## Enums
700
+
701
+ ### PropagationDirection
702
+
703
+ propagation direction enum
704
+
705
+ #### Cases:
706
+
707
+ | Symbol | Value | String |
708
+ | :----: | :---: | ------ |
709
+ | NONE | ` 0 ` | NONE |
710
+ | FORWARD | ` 1 ` | FORWARD |
711
+ | BACKWARD | ` 2 ` | BACKWARD |
712
+ | BOTH | ` 3 ` | BOTH |
713
+
You can’t perform that action at this time.
0 commit comments