static void |
tensorflow.AddNodeAttr(BytePointer name,
tensorflow.TensorProto value,
tensorflow.NodeDef node_def) |
static void |
tensorflow.AddNodeAttr(String name,
tensorflow.TensorProto value,
tensorflow.NodeDef node_def) |
void |
tensorflow.Tensor.AsProtoField(tensorflow.TensorProto proto)
\brief Fills in proto with *this tensor's content.
|
void |
tensorflow.Tensor.AsProtoTensorContent(tensorflow.TensorProto proto) |
tensorflow.NodeDefBuilder |
tensorflow.NodeDefBuilder.Attr(BytePointer name,
tensorflow.TensorProto value) |
tensorflow.NodeDefBuilder |
tensorflow.NodeDefBuilder.Attr(String name,
tensorflow.TensorProto value) |
tensorflow.ImageSummary.Attrs |
tensorflow.ImageSummary.Attrs.bad_color_(tensorflow.TensorProto bad_color_) |
static tensorflow.ImageSummary.Attrs |
tensorflow.ImageSummary.BadColor(tensorflow.TensorProto x) |
tensorflow.ImageSummary.Attrs |
tensorflow.ImageSummary.Attrs.BadColor(tensorflow.TensorProto x)
Color to use for pixels with non-finite values.
|
static tensorflow.Output |
tensorflow.ConstFromProto(tensorflow.Scope scope,
tensorflow.TensorProto proto) |
void |
tensorflow.TensorProto.CopyFrom(tensorflow.TensorProto from) |
boolean |
tensorflow.Tensor.FromProto(tensorflow.Allocator a,
tensorflow.TensorProto other) |
boolean |
tensorflow.Tensor.FromProto(tensorflow.TensorProto other)
\brief Parse other and construct the tensor.
|
static tensorflow.Status |
tensorflow.GetNodeAttr(tensorflow.AttrSlice attrs,
BytePointer attr_name,
tensorflow.TensorProto value) |
static tensorflow.Status |
tensorflow.GetNodeAttr(tensorflow.AttrSlice attrs,
String attr_name,
tensorflow.TensorProto value) |
tensorflow.TensorProtoVector.Iterator |
tensorflow.TensorProtoVector.insert(tensorflow.TensorProtoVector.Iterator pos,
tensorflow.TensorProto value) |
tensorflow.Status |
tensorflow.DeviceBase.MakeTensorFromProto(tensorflow.TensorProto tensor_proto,
tensorflow.AllocatorAttributes alloc_attrs,
tensorflow.Tensor tensor) |
void |
tensorflow.TensorProto.MergeFrom(tensorflow.TensorProto from) |
tensorflow.TensorProtoVector |
tensorflow.TensorProtoVector.push_back(tensorflow.TensorProto value) |
tensorflow.TensorProtoVector |
tensorflow.TensorProtoVector.put(long i,
tensorflow.TensorProto value) |
tensorflow.TensorProtoVector |
tensorflow.TensorProtoVector.put(tensorflow.TensorProto... array) |
tensorflow.TensorProtoVector |
tensorflow.TensorProtoVector.put(tensorflow.TensorProto value) |
tensorflow.TensorProto |
tensorflow.TensorProto.put(tensorflow.TensorProto from) |
void |
tensorflow.AttrValue.set_allocated_tensor(tensorflow.TensorProto tensor) |
void |
tensorflow.TensorProto.Swap(tensorflow.TensorProto other) |
void |
tensorflow.AttrValue.unsafe_arena_set_allocated_tensor(tensorflow.TensorProto tensor) |
void |
tensorflow.TensorProto.UnsafeArenaSwap(tensorflow.TensorProto other) |
tensorflow.GraphDefBuilder.Options |
tensorflow.GraphDefBuilder.Options.WithAttr(BytePointer attr_name,
tensorflow.TensorProto value) |
tensorflow.GraphDefBuilder.Options |
tensorflow.GraphDefBuilder.Options.WithAttr(String attr_name,
tensorflow.TensorProto value) |