tensoreflusso:: ops:: BatchMatMul:: Attr

#include <math_ops.h>

Setter di attributi facoltativi per BatchMatMul .

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::BatchMatMul::Attrs::adj_x_ = false

agg_y_

bool tensorflow::ops::BatchMatMul::Attrs::adj_y_ = false

Funzioni pubbliche

AdjX

TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMul::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::BatchMatMul::Attrs::AdjY(
  bool x
)

Se True , aggiungi le fette di y .

Il valore predefinito è False .

Il valore predefinito è falso