public interface MemoryLogTensorAllocationOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKernelName()
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
|
com.github.os72.protobuf351.ByteString |
getKernelNameBytes()
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
|
long |
getStepId()
Process-unique step id.
|
TensorDescription |
getTensor()
Allocated tensor details.
|
TensorDescriptionOrBuilder |
getTensorOrBuilder()
Allocated tensor details.
|
boolean |
hasTensor()
Allocated tensor details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStepId()
Process-unique step id.
int64 step_id = 1;String getKernelName()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2;com.github.os72.protobuf351.ByteString getKernelNameBytes()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2;boolean hasTensor()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;TensorDescription getTensor()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;TensorDescriptionOrBuilder getTensorOrBuilder()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;Copyright © 2018. All rights reserved.