DeviceStepStatsOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
public
abstract
boolean
containsThreadNames
(int key)
Its key is thread id.
map<uint32, string> thread_names = 3;
public
abstract
String
getDevice
()
public
abstract
com.google.protobuf.ByteString
getDeviceBytes
()
public
abstract
NodeExecStats
getNodeStats
(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
public
abstract
int
getNodeStatsCount
()
repeated .tensorflow.NodeExecStats node_stats = 2;
public
abstract
List<NodeExecStats>
getNodeStatsList
()
repeated .tensorflow.NodeExecStats node_stats = 2;
public
abstract
NodeExecStatsOrBuilder
getNodeStatsOrBuilder
(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
public
abstract
List<? extends NodeExecStatsOrBuilder>
getNodeStatsOrBuilderList
()
repeated .tensorflow.NodeExecStats node_stats = 2;
public
abstract
Map<Integer, String>
getThreadNames
()
public
abstract
int
getThreadNamesCount
()
Its key is thread id.
map<uint32, string> thread_names = 3;
public
abstract
Map<Integer, String>
getThreadNamesMap
()
Its key is thread id.
map<uint32, string> thread_names = 3;
public
abstract
String
getThreadNamesOrDefault
(int key, String defaultValue)
Its key is thread id.
map<uint32, string> thread_names = 3;
public
abstract
String
getThreadNamesOrThrow
(int key)
Its key is thread id.
map<uint32, string> thread_names = 3;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# DeviceStepStatsOrBuilder\n\npublic interface **DeviceStepStatsOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [DeviceStepStats](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStats), [DeviceStepStats.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStats.Builder) |------------------------------------------------------------------------------------------------------|--------------------------------------------| | [DeviceStepStats](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStats) | Protobuf type `tensorflow.DeviceStepStats` | | [DeviceStepStats.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStats.Builder) | Protobuf type `tensorflow.DeviceStepStats` | |||\n\n### Public Methods\n\n|-------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract boolean | [containsThreadNames](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#containsThreadNames(int))(int key) ``` Its key is thread id. ``` |\n| abstract String | [getDevice](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getDevice())() `string device = 1;` |\n| abstract com.google.protobuf.ByteString | [getDeviceBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getDeviceBytes())() `string device = 1;` |\n| abstract [NodeExecStats](/jvm/api_docs/java/org/tensorflow/proto/framework/NodeExecStats) | [getNodeStats](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getNodeStats(int))(int index) `repeated .tensorflow.NodeExecStats node_stats = 2;` |\n| abstract int | [getNodeStatsCount](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getNodeStatsCount())() `repeated .tensorflow.NodeExecStats node_stats = 2;` |\n| abstract List\\\u003c[NodeExecStats](/jvm/api_docs/java/org/tensorflow/proto/framework/NodeExecStats)\\\u003e | [getNodeStatsList](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getNodeStatsList())() `repeated .tensorflow.NodeExecStats node_stats = 2;` |\n| abstract [NodeExecStatsOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/NodeExecStatsOrBuilder) | [getNodeStatsOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getNodeStatsOrBuilder(int))(int index) `repeated .tensorflow.NodeExecStats node_stats = 2;` |\n| abstract List\\\u003c? extends [NodeExecStatsOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/NodeExecStatsOrBuilder)\\\u003e | [getNodeStatsOrBuilderList](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getNodeStatsOrBuilderList())() `repeated .tensorflow.NodeExecStats node_stats = 2;` |\n| abstract Map\\\u003cInteger, String\\\u003e | [getThreadNames](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getThreadNames())() Use [getThreadNamesMap()](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getThreadNamesMap()) instead. |\n| abstract int | [getThreadNamesCount](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getThreadNamesCount())() ``` Its key is thread id. ``` |\n| abstract Map\\\u003cInteger, String\\\u003e | [getThreadNamesMap](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getThreadNamesMap())() ``` Its key is thread id. ``` |\n| abstract String | [getThreadNamesOrDefault](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getThreadNamesOrDefault(int, java.lang.String))(int key, String defaultValue) ``` Its key is thread id. ``` |\n| abstract String | [getThreadNamesOrThrow](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getThreadNamesOrThrow(int))(int key) ``` Its key is thread id. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract boolean\n**containsThreadNames**\n(int key)\n\n\u003cbr /\u003e\n\n```\n Its key is thread id.\n \n```\n`map\u003cuint32, string\u003e thread_names = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getDevice**\n()\n\n`string device = 1;` \n\n#### public abstract com.google.protobuf.ByteString\n**getDeviceBytes**\n()\n\n`string device = 1;` \n\n#### public abstract [NodeExecStats](/jvm/api_docs/java/org/tensorflow/proto/framework/NodeExecStats)\n**getNodeStats**\n(int index)\n\n`repeated .tensorflow.NodeExecStats node_stats = 2;` \n\n#### public abstract int\n**getNodeStatsCount**\n()\n\n`repeated .tensorflow.NodeExecStats node_stats = 2;` \n\n#### public abstract List\\\u003c[NodeExecStats](/jvm/api_docs/java/org/tensorflow/proto/framework/NodeExecStats)\\\u003e\n**getNodeStatsList**\n()\n\n`repeated .tensorflow.NodeExecStats node_stats = 2;` \n\n#### public abstract [NodeExecStatsOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/NodeExecStatsOrBuilder)\n**getNodeStatsOrBuilder**\n(int index)\n\n`repeated .tensorflow.NodeExecStats node_stats = 2;` \n\n#### public abstract List\\\u003c? extends [NodeExecStatsOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/NodeExecStatsOrBuilder)\\\u003e\n**getNodeStatsOrBuilderList**\n()\n\n`repeated .tensorflow.NodeExecStats node_stats = 2;` \n\n#### public abstract Map\\\u003cInteger, String\\\u003e\n**getThreadNames**\n()\n\nUse [getThreadNamesMap()](/jvm/api_docs/java/org/tensorflow/proto/framework/DeviceStepStatsOrBuilder#getThreadNamesMap()) instead. \n\n#### public abstract int\n**getThreadNamesCount**\n()\n\n\u003cbr /\u003e\n\n```\n Its key is thread id.\n \n```\n`map\u003cuint32, string\u003e thread_names = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract Map\\\u003cInteger, String\\\u003e\n**getThreadNamesMap**\n()\n\n\u003cbr /\u003e\n\n```\n Its key is thread id.\n \n```\n`map\u003cuint32, string\u003e thread_names = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getThreadNamesOrDefault**\n(int key, String defaultValue)\n\n\u003cbr /\u003e\n\n```\n Its key is thread id.\n \n```\n`map\u003cuint32, string\u003e thread_names = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getThreadNamesOrThrow**\n(int key)\n\n\u003cbr /\u003e\n\n```\n Its key is thread id.\n \n```\n`map\u003cuint32, string\u003e thread_names = 3;`\n\n\u003cbr /\u003e"]]