tensorflow :: ops :: PrintV2 :: Attrs

#include <logging_ops.h>

Configuradores de atributos opcionais para PrintV2 .

Resumo

Atributos públicos

end_ = "\n"
StringPiece
output_stream_ = "stderr"
StringPiece

Funções públicas

End (StringPiece x)
TF_MUST_USE_RESULT Attrs
O padrão é "\ n".
OutputStream (StringPiece x)
TF_MUST_USE_RESULT Attrs
Uma string especificando o fluxo de saída ou nível de registro para imprimir.

Atributos públicos

fim_

StringPiece tensorflow::ops::PrintV2::Attrs::end_ = "\n"

output_stream_

StringPiece tensorflow::ops::PrintV2::Attrs::output_stream_ = "stderr"

Funções públicas

Fim

TF_MUST_USE_RESULT Attrs tensorflow::ops::PrintV2::Attrs::End(
  StringPiece x
)

O padrão é "\ n".

OutputStream

TF_MUST_USE_RESULT Attrs tensorflow::ops::PrintV2::Attrs::OutputStream(
  StringPiece x
)

Uma string especificando o fluxo de saída ou nível de registro para imprimir.

O padrão é "stderr"