tensoreflusso:: ops:: BatchMatMulV2:: Attr
#include <math_ops.h>
Setter di attributi facoltativi per BatchMatMulV2 .
Riepilogo
Attributi pubblici | |
---|---|
adj_x_ = false | bool |
adj_y_ = false | bool |
Funzioni pubbliche | |
---|---|
AdjX (bool x) | TF_MUST_USE_RESULT Attrs Se True , aggiungi le fette di x . |
AdjY (bool x) | TF_MUST_USE_RESULT Attrs Se True , aggiungi le fette di y . |
Attributi pubblici
agg_x_
bool tensorflow::ops::BatchMatMulV2::Attrs::adj_x_ = false
agg_y_
bool tensorflow::ops::BatchMatMulV2::Attrs::adj_y_ = false
Funzioni pubbliche
AdjX
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMulV2::Attrs::AdjX( bool x )
Se True
, aggiungi le fette di x
.
Il valore predefinito è False
.
Il valore predefinito è falso
AdjY
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMulV2::Attrs::AdjY( bool x )
Se True
, aggiungi le fette di y
.
Il valore predefinito è False
.
Il valore predefinito è falso