tensorflow.Status |
tensorflow.BundleWriter.AddSlice(BytePointer full_tensor_key,
tensorflow.TensorShape full_tensor_shape,
tensorflow.TensorSlice slice_spec,
tensorflow.Tensor slice_tensor) |
tensorflow.Status |
tensorflow.BundleWriter.AddSlice(String full_tensor_key,
tensorflow.TensorShape full_tensor_shape,
tensorflow.TensorSlice slice_spec,
tensorflow.Tensor slice_tensor) |
void |
tensorflow.TensorSlice.ComputeRelative(tensorflow.TensorSlice sub,
tensorflow.TensorSlice relative) |
boolean |
tensorflow.TensorSlice.equals(tensorflow.TensorSlice other) |
tensorflow.TensorSlideStringPair |
tensorflow.TensorSlideStringPair.first(tensorflow.TensorSlice first) |
boolean |
tensorflow.TensorSlice.Intersect(tensorflow.TensorSlice other,
tensorflow.TensorSlice result) |
tensorflow.Status |
tensorflow.BundleReader.LookupSlice(BytePointer full_tensor_key,
tensorflow.TensorSlice slice_spec,
tensorflow.Tensor val) |
tensorflow.Status |
tensorflow.BundleReader.LookupSlice(String full_tensor_key,
tensorflow.TensorSlice slice_spec,
tensorflow.Tensor val) |
tensorflow.Status |
tensorflow.BundleReader.LookupTensorSlices(BytePointer key,
tensorflow.TensorSlice slices) |
tensorflow.Status |
tensorflow.BundleReader.LookupTensorSlices(String key,
tensorflow.TensorSlice slices) |
boolean |
tensorflow.TensorSlice.notEquals(tensorflow.TensorSlice other) |
boolean |
tensorflow.TensorSlice.Overlaps(tensorflow.TensorSlice other) |
static tensorflow.Status |
tensorflow.TensorSlice.Parse(BytePointer str,
tensorflow.TensorSlice output) |
static tensorflow.Status |
tensorflow.TensorSlice.Parse(String str,
tensorflow.TensorSlice output) |
tensorflow.TensorSlideStringPair |
tensorflow.TensorSlideStringPair.put(tensorflow.TensorSlice firstValue,
BytePointer secondValue) |
tensorflow.TensorSlideStringPair |
tensorflow.TensorSlideStringPair.put(tensorflow.TensorSlice firstValue,
String secondValue) |
boolean |
tensorflow.TensorSliceSet.Query(tensorflow.TensorSlice slice,
float... data) |
boolean |
tensorflow.TensorSliceSet.Query(tensorflow.TensorSlice slice,
FloatBuffer data) |
boolean |
tensorflow.TensorSliceSet.Query(tensorflow.TensorSlice slice,
FloatPointer data) |
boolean |
tensorflow.TensorSliceSet.QueryMeta(tensorflow.TensorSlice slice,
tensorflow.TensorSlideStringPair results) |
tensorflow.Status |
tensorflow.TensorSliceSet.Register(tensorflow.TensorSlice slice,
BytePointer tag,
float... data) |
tensorflow.Status |
tensorflow.TensorSliceSet.Register(tensorflow.TensorSlice slice,
BytePointer tag,
FloatBuffer data) |
tensorflow.Status |
tensorflow.TensorSliceSet.Register(tensorflow.TensorSlice slice,
BytePointer tag,
FloatPointer data) |
tensorflow.Status |
tensorflow.TensorSliceSet.Register(tensorflow.TensorSlice slice,
String tag,
float... data) |
tensorflow.Status |
tensorflow.TensorSliceSet.Register(tensorflow.TensorSlice slice,
String tag,
FloatBuffer data) |
tensorflow.Status |
tensorflow.TensorSliceSet.Register(tensorflow.TensorSlice slice,
String tag,
FloatPointer data) |
static tensorflow.Status |
tensorflow.RegisterTensorSlice(BytePointer name,
tensorflow.TensorShape shape,
int type,
BytePointer tag,
tensorflow.TensorSlice slice,
tensorflow.StringTensorSliceSetMap tensor_slices) |
static tensorflow.Status |
tensorflow.RegisterTensorSlice(String name,
tensorflow.TensorShape shape,
int type,
String tag,
tensorflow.TensorSlice slice,
tensorflow.StringTensorSliceSetMap tensor_slices) |
tensorflow.TensorSliceSet.SliceInfo |
tensorflow.TensorSliceSet.SliceInfo.slice(tensorflow.TensorSlice slice) |
void |
tensorflow.TensorSlice.UpdateToCover(tensorflow.TensorSlice other) |