Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Stack0 (0.12 sec)

  1. ChangeLog.md

    - [`KT-59480`](https://youtrack.jetbrains.com/issue/KT-59480) K2: build moko-resources
    - [`KT-65771`](https://youtrack.jetbrains.com/issue/KT-65771) K2: "IndexOutOfBoundsException: Cannot pop operand off an empty stack" when calling method imported using typealias as callable qualifier
    - [`KT-67502`](https://youtrack.jetbrains.com/issue/KT-67502) K2: "property must be initialized or be abstract" with try-finally in secondary constructor
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            getElementTypeOrSelf(offset.getType()), input_shape[axis]));
        offset = b.create<RemOp>(
            b.create<AddOp>(b.create<RemOp>(offset, axis_size), axis_size),
            axis_size);
    
        // Stack two copies of the dimension, then slice from the calculated
        // offset. This also works if shift is not constant.
        // DynamicSliceOp requires the sizes being integer, and we can get the
        // information from input shape.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top