| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ShapeAndType |
tensorflow.ShapeAndType.dtype(int dtype) |
tensorflow.ShapeAndType |
tensorflow.InferenceContext.input_handle_shapes_and_types(int idx) |
tensorflow.ShapeAndType |
tensorflow.InferenceContext.output_handle_shapes_and_types(int idx) |
tensorflow.ShapeAndType |
tensorflow.ShapeAndType.position(long position) |
tensorflow.ShapeAndType |
tensorflow.ShapeAndType.shape(tensorflow.ShapeHandle shape) |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
tensorflow.InferenceContext.DebugString(tensorflow.ShapeAndType shape_and_type) |
boolean |
tensorflow.InferenceContext.MergeInputHandleShapesAndTypes(int idx,
tensorflow.ShapeAndType shapes_and_types) |
boolean |
tensorflow.InferenceContext.MergeOutputHandleShapesAndTypes(int idx,
tensorflow.ShapeAndType shapes_and_types) |
boolean |
tensorflow.InferenceContext.RelaxInputHandleShapesAndMergeTypes(int idx,
tensorflow.ShapeAndType shapes_and_types) |
boolean |
tensorflow.InferenceContext.RelaxOutputHandleShapesAndMergeTypes(int idx,
tensorflow.ShapeAndType shapes_and_types) |
void |
tensorflow.InferenceContext.set_input_handle_shapes_and_types(int idx,
tensorflow.ShapeAndType shapes_and_types) |
void |
tensorflow.InferenceContext.set_output_handle_shapes_and_types(int idx,
tensorflow.ShapeAndType shapes_and_types) |
Copyright © 2019. All rights reserved.