TensorStore
tensorstore::BFloat16::operator/=
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
          • C BFloat16
            • 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- [negate]
              • F operator+ [unary]
              • F operator++ [pre]
              • F operator-- [pre]
              • F operator++ [post]
              • F operator-- [post]
            • Classification functions
            • Floating-point manipulation functions
            • Basic operations
            • Exponential functions
            • Power functions
            • Trigonometric functions
            • Hyperbolic functions
            • Rounding functions
          • T Float8e3m4
          • C Int2Padded
          • C Int4Padded
          • 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/bfloat16.h"
    friend BFloat16&
    tensorstore::BFloat16::operator/=(BFloat16& a, BFloat16 b);

    Division assignment operator.