package tensorflow.contrib.proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message EnumValue

test_example.proto:143

enum EnumValue.Color

test_example.proto:144

Used in: EnumValue

message ExtraFields

test_example.proto:132

Message containing fields with field numbers higher than any field above. An instance of this message is prepended to each binary message in the test to exercise the code path that handles fields encoded out of order of field number.

message FieldSpec

test_example.proto:22

FieldSpec describes the expected output for a single field.

Used in: TestCase

message InnerMessageValue

test_example.proto:158

Used in: MiddleMessageValue

message MessageValue

test_example.proto:169

message MiddleMessageValue

test_example.proto:163

Used in: MessageValue

message PackedTestValue

test_example.proto:74

A PackedTestValue looks exactly the same as a TestValue in the text format, but the binary serializion is different. We test the packed representations by loading the same test cases using this definition instead of TestValue. NOTE: This definition must be kept in sync with TestValue in every way except the packed=true declaration and the lack of extensions.

message PrimitiveValue

test_example.proto:110

Used in: PackedTestValue, TestValue

message RepeatedMessageValue

test_example.proto:174

message RepeatedMessageValue.NestedMessageValue

test_example.proto:175

Used in: RepeatedMessageValue

message TestCase

test_example.proto:10

A TestCase holds a proto and assertions about how it should decode.

message TestValue

test_example.proto:29

NOTE: This definition must be kept in sync with PackedTestValue.

Used in: FieldSpec, TestCase