tensorflow::ops::DecodeRaw::Attrs

tensorflow::ops::DecodeRaw::Attrs

#include <parsing_ops.h>

Optional attribute setters for DecodeRaw.

Summary

Public attributes
little_endian_ = true
bool
Public functions
LittleEndian(bool x)
Whether the input bytes are in little-endian order.

Public attributes

little_endian_

bool tensorflow::ops::DecodeRaw::Attrs::little_endian_ = true

Public functions

LittleEndian

Attrs tensorflow::ops::DecodeRaw::Attrs::LittleEndian(
  bool x
)

Whether the input bytes are in little-endian order.

Ignored for out_type values that are stored in a single byte like uint8.

Defaults to true

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/decode-raw/attrs.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部