ממשק ציבורי KernelDefOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
תקציר KernelDef.AttrConstraint | getConstraint (int index) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
מופשט int | getConstraintCount () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
רשימה מופשטת< KernelDef.AttrConstraint > | getConstraintList () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
תקציר KernelDef.AttrConstraintOrBuilder | getConstraintOrBuilder (int index) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
רשימה מופשטת<? מרחיב את KernelDef.AttrConstraintOrBuilder > | getConstraintOrBuilderList () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
מחרוזת מופשטת | getDeviceType () Type of device this kernel runs on. |
תקציר com.google.protobuf.ByteString | getDeviceTypeBytes () Type of device this kernel runs on. |
מחרוזת מופשטת | getHostMemoryArg (int index) Names of the Op's input_/output_args that reside in host memory instead of device memory. |
תקציר com.google.protobuf.ByteString | getHostMemoryArgBytes (int index) Names of the Op's input_/output_args that reside in host memory instead of device memory. |
מופשט int | getHostMemoryArgCount () Names of the Op's input_/output_args that reside in host memory instead of device memory. |
רשימה מופשטת<String> | getHostMemoryArgList () Names of the Op's input_/output_args that reside in host memory instead of device memory. |
מחרוזת מופשטת | getLabel () This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this. |
תקציר com.google.protobuf.ByteString | getLabelBytes () This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this. |
מחרוזת מופשטת | getOp () Must match the name of an Op. |
תקציר com.google.protobuf.ByteString | getOpBytes () Must match the name of an Op. |
מופשט int | getPriority () Prioritization of kernel amongst different devices. |
שיטות ציבוריות
תקציר ציבורי KernelDef.AttrConstraint getConstraint (אינדקס int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
תקציר ציבורי int getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
רשימת תקציר ציבורית< KernelDef.AttrConstraint > getConstraintList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
תקציר ציבורי KernelDef.AttrConstraintOrBuilder getConstraintOrBuilder (int index)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
רשימת תקציר ציבורית<? מרחיב את KernelDef.AttrConstraintOrBuilder > getConstraintOrBuilderList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
מחרוזת תקציר ציבורי getDeviceType ()
Type of device this kernel runs on.
string device_type = 2;
תקציר ציבורי com.google.protobuf.ByteString getDeviceTypeBytes ()
Type of device this kernel runs on.
string device_type = 2;
מחרוזת תקציר ציבורית getHostMemoryArg (int index)
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
תקציר ציבורי com.google.protobuf.ByteString getHostMemoryArgBytes (int index)
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
תקציר ציבורי int getHostMemoryArgCount ()
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
רשימת תקציר ציבורית<String> getHostMemoryArgList ()
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
תקציר ציבורי מחרוזת getLabel ()
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
string label = 5;
תקציר ציבורי com.google.protobuf.ByteString getLabelBytes ()
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
string label = 5;
תקציר ציבורי מחרוזת getOp ()
Must match the name of an Op.
string op = 1;
תקציר ציבורי com.google.protobuf.ByteString getOpBytes ()
Must match the name of an Op.
string op = 1;
תקציר ציבורי int getPriority ()
Prioritization of kernel amongst different devices. By default we assume priority is 0. The higher the priority the better. By default (i.e. if this is not set), we prefer GPU kernels over CPU.
int32 priority = 6;