KernelDefOrBuilder

パブリック インターフェイスKernelDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象KernelDef.AttrConstraint
getConstraint (int インデックス)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
抽象整数
getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
抽象リスト< KernelDef.AttrConstraint >
getConstraintList ()
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.
抽象整数
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.
抽象整数
getPriority ()
 Prioritization of kernel amongst different devices.

パブリックメソッド

パブリック抽象KernelDef.AttrConstraint getConstraint (int インデックス)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public abstract int getConstraintCount ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public abstract List< KernelDef.AttrConstraint > getConstraintList ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

パブリック抽象KernelDef.AttrConstraintOrBuilder getConstraintOrBuilder (int インデックス)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

公開抄録リスト<? extends KernelDef.AttrConstraintOrBuilder > getConstraintOrBuilderList ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

パブリック抽象 String 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 インデックス)

 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
 
repeated string host_memory_arg = 4;

public abstract 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;

public abstract List<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;

public abstract String 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;

public abstract 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;