TensorStore
tensorstore::Int4Padded::operator*=
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
          • C BFloat16
          • T Float8e3m4
          • C Int2Padded
          • C Int4Padded
            • Constructors
            • Conversion operators
            • Assignment operators
            • Arithmetic operators
              • F operator+ [binary]
              • F operator+=
              • F operator- [binary]
              • F operator-=
              • F operator*
              • F operator*=
              • F operator/
              • F operator/=
              • F operator%
              • F operator%=
              • F operator- [negate]
              • F operator+ [unary]
              • F operator++ [pre]
              • F operator-- [pre]
              • F operator++ [post]
              • F operator-- [post]
            • Bitwise operators
            • Power functions
          • T bool_t
          • T char_t
          • T byte_t
          • T int2_t
          • T int4_t
          • T int8_t
          • T uint8_t
          • T int16_t
          • T uint16_t
          • T int32_t
          • T uint32_t
          • T int64_t
          • T uint64_t
          • T float8_e3m4_t
          • T float8_e4m3fn_t
          • T float8_e4m3fnuz_t
          • T float8_e4m3b11fnuz_t
          • T float8_e5m2_t
          • T float8_e5m2fnuz_t
          • T bfloat16_t
          • T float16_t
          • T float32_t
          • T float64_t
          • T complex64_t
          • T complex128_t
          • T string_t
          • T ustring_t
          • T json_t
          • C DataType
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/util/int4.h"
    friend Int4Padded&
    tensorstore::Int4Padded::operator*=(Int4Padded& a, Int4Padded b);

    Multiplication assignment operator.