Package org.platanios.tensorflow.proto
Interface Autotuning.AutotuneResult.ConvKeyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Autotuning.AutotuneResult.ConvKey
,Autotuning.AutotuneResult.ConvKey.Builder
- Enclosing class:
- Autotuning.AutotuneResult
public static interface Autotuning.AutotuneResult.ConvKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getAlgorithm()
int64 algorithm = 1;
boolean
getTensorOpsEnabled()
bool tensor_ops_enabled = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-