Package | Description |
---|---|
org.tensorflow.util |
Modifier and Type | Class and Description |
---|---|
class |
Event
Protocol buffer representing an event that happened during
the execution of a Brain model.
|
static class |
Event.Builder
Protocol buffer representing an event that happened during
the execution of a Brain model.
|
Modifier and Type | Method and Description |
---|---|
EventOrBuilder |
SessionStatus.getEventOrBuilder(int index)
repeated .tensorflow.Event event = 1; |
EventOrBuilder |
SessionStatus.Builder.getEventOrBuilder(int index)
repeated .tensorflow.Event event = 1; |
EventOrBuilder |
SessionStatusOrBuilder.getEventOrBuilder(int index)
repeated .tensorflow.Event event = 1; |
Modifier and Type | Method and Description |
---|---|
List<? extends EventOrBuilder> |
SessionStatus.getEventOrBuilderList()
repeated .tensorflow.Event event = 1; |
List<? extends EventOrBuilder> |
SessionStatus.Builder.getEventOrBuilderList()
repeated .tensorflow.Event event = 1; |
List<? extends EventOrBuilder> |
SessionStatusOrBuilder.getEventOrBuilderList()
repeated .tensorflow.Event event = 1; |
Copyright © 2015–2018. All rights reserved.