CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
_vx_tensor_matrix_multiply_params_t Struct Reference

Matrix Multiply Parameters. More...

#include <vx_types.h>

Public Attributes

vx_bool transpose_input1
 if True the matrix is transposed before the operation, otherwise the matrix is used as is
 
vx_bool transpose_input2
 if True the matrix is transposed before the operation, otherwise the matrix is used as is
 
vx_bool transpose_input3
 if True the matrix is transposed before the operation, otherwise the matrix is used as is
 

Detailed Description

Matrix Multiply Parameters.

transpose_input1/input2/input3 : if True the matrix is transposed before the operation, otherwise the matrix is used as is.

Member Data Documentation

◆ transpose_input1

vx_bool _vx_tensor_matrix_multiply_params_t::transpose_input1

if True the matrix is transposed before the operation, otherwise the matrix is used as is

◆ transpose_input2

vx_bool _vx_tensor_matrix_multiply_params_t::transpose_input2

if True the matrix is transposed before the operation, otherwise the matrix is used as is

◆ transpose_input3

vx_bool _vx_tensor_matrix_multiply_params_t::transpose_input3

if True the matrix is transposed before the operation, otherwise the matrix is used as is