MLX
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FloorDivide Struct Reference

#include <binary_ops.h>

Public Member Functions

template<typename T >
operator() (T x, T y)
 
template<>
float operator() (float x, float y)
 
template<>
half operator() (half x, half y)
 
template<>
bfloat16_t operator() (bfloat16_t x, bfloat16_t y)
 

Member Function Documentation

◆ operator()() [1/4]

template<>
bfloat16_t FloorDivide::operator() ( bfloat16_t x,
bfloat16_t y )
inline

◆ operator()() [2/4]

template<>
float FloorDivide::operator() ( float x,
float y )
inline

◆ operator()() [3/4]

template<>
half FloorDivide::operator() ( half x,
half y )
inline

◆ operator()() [4/4]

template<typename T >
T FloorDivide::operator() ( T x,
T y )
inline

The documentation for this struct was generated from the following file: