KernelDefOrBuilder

পাবলিক ইন্টারফেস KernelDefOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত KernelDef.AttrConstraint
get Constraint (int সূচক)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
বিমূর্ত int
getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
বিমূর্ত তালিকা< KernelDef.AttrConstraint >
get ConstraintList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
বিমূর্ত KernelDef.AttrConstraintOrBuilder
getConstraintOrBuilder (int সূচক)
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 সূচক)
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
বিমূর্ত com.google.protobuf.ByteString
getHostMemoryArgBytes (int সূচক)
 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.
বিমূর্ত তালিকা<স্ট্রিং>
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
অগ্রাধিকার পান ()
 Prioritization of kernel amongst different devices.

পাবলিক পদ্ধতি

সর্বজনীন বিমূর্ত 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.
 
string device_type = 2;

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getDeviceTypeBytes ()

 Type of device this kernel runs on.
 
string device_type = 2;

সর্বজনীন বিমূর্ত স্ট্রিং getHostMemoryArg (int সূচক)

 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;