@Namespace(value="tensorflow") @NoOffset public static class tensorflow.ShapeRefiner extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ShapeRefiner(int graph_def_version,
tensorflow.OpRegistryInterface ops) |
ShapeRefiner(Pointer p)
Pointer cast constructor.
|
ShapeRefiner(tensorflow.VersionDef versions,
tensorflow.OpRegistryInterface ops) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
AddNode(tensorflow.Node node) |
boolean |
function_shape_inference_supported() |
tensorflow.InferenceContext |
GetContext(tensorflow.Node node) |
int |
graph_def_version() |
void |
set_disable_constant_propagation(boolean disable) |
void |
set_function_library_for_shape_inference(tensorflow.FunctionLibraryDefinition lib) |
void |
set_graph_def_version(int version) |
void |
set_keep_nested_shape_inferences() |
void |
set_require_shape_inference_fns(boolean require_shape_inference_fns) |
tensorflow.Status |
SetShape(tensorflow.Node node,
int output_port,
tensorflow.ShapeHandle shape) |
tensorflow.Status |
UpdateNode(tensorflow.Node node,
boolean relax,
boolean... refined) |
tensorflow.Status |
UpdateNode(tensorflow.Node node,
boolean relax,
BoolPointer refined) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ShapeRefiner(Pointer p)
Pointer.Pointer(Pointer).public ShapeRefiner(int graph_def_version,
@Const
tensorflow.OpRegistryInterface ops)
public ShapeRefiner(@Const @ByRef tensorflow.VersionDef versions, @Const tensorflow.OpRegistryInterface ops)
@ByVal public tensorflow.Status AddNode(@Const tensorflow.Node node)
@ByVal public tensorflow.Status SetShape(@Const tensorflow.Node node, int output_port, @ByVal tensorflow.ShapeHandle shape)
@ByVal public tensorflow.Status UpdateNode(@Const tensorflow.Node node, @Cast(value="bool") boolean relax, @Cast(value="bool*") BoolPointer refined)
@ByVal public tensorflow.Status UpdateNode(@Const tensorflow.Node node, @Cast(value="bool") boolean relax, @Cast(value="bool*") boolean... refined)
public tensorflow.InferenceContext GetContext(@Const tensorflow.Node node)
public int graph_def_version()
public void set_graph_def_version(int version)
public void set_require_shape_inference_fns(@Cast(value="bool") boolean require_shape_inference_fns)
public void set_disable_constant_propagation(@Cast(value="bool") boolean disable)
public void set_function_library_for_shape_inference(@Const tensorflow.FunctionLibraryDefinition lib)
@Cast(value="bool") public boolean function_shape_inference_supported()
public void set_keep_nested_shape_inferences()
Copyright © 2019. All rights reserved.