Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Int16 (0.09 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (NEG (MOVDconst [c])) => (MOVDconst [-c])
    (MOVBreg  (MOVDconst [c])) => (MOVDconst [int64(int8(c))])
    (MOVBUreg (MOVDconst [c])) => (MOVDconst [int64(uint8(c))])
    (MOVHreg  (MOVDconst [c])) => (MOVDconst [int64(int16(c))])
    (MOVHUreg (MOVDconst [c])) => (MOVDconst [int64(uint16(c))])
    (MOVWreg  (MOVDconst [c])) => (MOVDconst [int64(int32(c))])
    (MOVWUreg (MOVDconst [c])) => (MOVDconst [int64(uint32(c))])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        This operation reverses each dimension i for
        which there exists j s.t. axis[j] == i.
    
        Args:
          tensor: A Tensor. Must be one of the following types:
          uint8, int8, int16, int32, int64, float32, bool Up to 8-D.
    
          axis: A Tensor. Must be one of the following types: int32, int64.
          with only 1 element which is the axis index.
          TODO: Add support for multiple elements.
      }];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top