BundleHeaderProto.Endianness

공개 정적 최종 열거형 BundleHeaderProto.Endianness

 An enum indicating the endianness of the platform that produced this
 bundle.  A bundle can only be read by a platform with matching endianness.
 Defaults to LITTLE, as most modern platforms are little-endian.
 Affects the binary tensor data bytes only, not the metadata in protobufs.
 
Protobuf 열거형 tensorflow.BundleHeaderProto.Endianness

상수

정수 BIG_VALUE BIG = 1;
정수 LITTLE_VALUE LITTLE = 0;

상속된 메서드

열거형 값

공개 정적 최종 BundleHeaderProto.Endianness BIG

BIG = 1;

공개 정적 최종 BundleHeaderProto.Endianness LITTLE

LITTLE = 0;

public static final BundleHeaderProto.Endianness 가 인식되지 않음

상수

공개 정적 최종 int BIG_VALUE

BIG = 1;

상수값: 1

공개 정적 최종 정수 LITTLE_VALUE

LITTLE = 0;

상수값: 0