Versions in this module Expand all Collapse all v0 v0.5.1 Feb 1, 2018 Changes in this version + type ExampleList struct + Examples []*tensorflow1.Example + func (*ExampleList) Descriptor() ([]byte, []int) + func (*ExampleList) ProtoMessage() + func (m *ExampleList) GetExamples() []*tensorflow1.Example + func (m *ExampleList) Reset() + func (m *ExampleList) String() string + type ExampleListWithContext struct + Context *tensorflow1.Example + Examples []*tensorflow1.Example + func (*ExampleListWithContext) Descriptor() ([]byte, []int) + func (*ExampleListWithContext) ProtoMessage() + func (m *ExampleListWithContext) GetContext() *tensorflow1.Example + func (m *ExampleListWithContext) GetExamples() []*tensorflow1.Example + func (m *ExampleListWithContext) Reset() + func (m *ExampleListWithContext) String() string + type Input struct + Kind isInput_Kind + func (*Input) Descriptor() ([]byte, []int) + func (*Input) ProtoMessage() + func (*Input) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Input) GetExampleList() *ExampleList + func (m *Input) GetExampleListWithContext() *ExampleListWithContext + func (m *Input) GetKind() isInput_Kind + func (m *Input) Reset() + func (m *Input) String() string + type Input_ExampleList struct + ExampleList *ExampleList + type Input_ExampleListWithContext struct + ExampleListWithContext *ExampleListWithContext v0.5.0 Nov 21, 2017