ScopedAllocatorOptionsOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
getEnableOp(int index)
If present, only perform optimization for these ops.
|
abstract
com.google.protobuf.ByteString
|
getEnableOpBytes(int index)
If present, only perform optimization for these ops.
|
abstract
int
|
|
abstract
List<String>
|
|
Public Methods
public
abstract
String
getEnableOp
(int index)
If present, only perform optimization for these ops.
repeated string enable_op = 1;
public
abstract
com.google.protobuf.ByteString
getEnableOpBytes
(int index)
If present, only perform optimization for these ops.
repeated string enable_op = 1;
public
abstract
int
getEnableOpCount
()
If present, only perform optimization for these ops.
repeated string enable_op = 1;
public
abstract
List<String>
getEnableOpList
()
If present, only perform optimization for these ops.
repeated string enable_op = 1;
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,["# ScopedAllocatorOptionsOrBuilder\n\npublic interface **ScopedAllocatorOptionsOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [ScopedAllocatorOptions](/jvm/api_docs/java/org/tensorflow/proto/framework/ScopedAllocatorOptions), [ScopedAllocatorOptions.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/ScopedAllocatorOptions.Builder) |--------------------------------------------------------------------------------------------------------------------|---------------------------------------------------| | [ScopedAllocatorOptions](/jvm/api_docs/java/org/tensorflow/proto/framework/ScopedAllocatorOptions) | Protobuf type `tensorflow.ScopedAllocatorOptions` | | [ScopedAllocatorOptions.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/ScopedAllocatorOptions.Builder) | Protobuf type `tensorflow.ScopedAllocatorOptions` | |||\n\n### Public Methods\n\n|-----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getEnableOp](/jvm/api_docs/java/org/tensorflow/proto/framework/ScopedAllocatorOptionsOrBuilder#getEnableOp(int))(int index) ``` If present, only perform optimization for these ops. ``` |\n| abstract com.google.protobuf.ByteString | [getEnableOpBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/ScopedAllocatorOptionsOrBuilder#getEnableOpBytes(int))(int index) ``` If present, only perform optimization for these ops. ``` |\n| abstract int | [getEnableOpCount](/jvm/api_docs/java/org/tensorflow/proto/framework/ScopedAllocatorOptionsOrBuilder#getEnableOpCount())() ``` If present, only perform optimization for these ops. ``` |\n| abstract List\\\u003cString\\\u003e | [getEnableOpList](/jvm/api_docs/java/org/tensorflow/proto/framework/ScopedAllocatorOptionsOrBuilder#getEnableOpList())() ``` If present, only perform optimization for these ops. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getEnableOp**\n(int index)\n\n\u003cbr /\u003e\n\n```\n If present, only perform optimization for these ops.\n \n```\n`repeated string enable_op = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getEnableOpBytes**\n(int index)\n\n\u003cbr /\u003e\n\n```\n If present, only perform optimization for these ops.\n \n```\n`repeated string enable_op = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getEnableOpCount**\n()\n\n\u003cbr /\u003e\n\n```\n If present, only perform optimization for these ops.\n \n```\n`repeated string enable_op = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cString\\\u003e\n**getEnableOpList**\n()\n\n\u003cbr /\u003e\n\n```\n If present, only perform optimization for these ops.\n \n```\n`repeated string enable_op = 1;`\n\n\u003cbr /\u003e"]]