tensorflow.Status |
tensorflow.InferenceContext.Concatenate(tensorflow.ShapeHandle s1,
tensorflow.ShapeHandle s2,
tensorflow.ShapeHandle out) |
BytePointer |
tensorflow.InferenceContext.DebugString(tensorflow.ShapeHandle s) |
tensorflow.DimensionHandle |
tensorflow.InferenceContext.Dim(tensorflow.ShapeHandle s,
long idx) |
static tensorflow.DimensionHandle |
tensorflow.InferenceContext.DimKnownRank(tensorflow.ShapeHandle s,
long idx) |
tensorflow.ShapeHandlePair |
tensorflow.ShapeHandlePair.first(tensorflow.ShapeHandle first) |
boolean |
tensorflow.InferenceContext.FullyDefined(tensorflow.ShapeHandle s) |
tensorflow.Status |
tensorflow.InferenceContext.input(BytePointer input_name,
tensorflow.ShapeHandle output) |
tensorflow.Status |
tensorflow.InferenceContext.input(String input_name,
tensorflow.ShapeHandle output) |
tensorflow.Status |
tensorflow.InferenceContext.MakeShapeFromPartialTensorShape(tensorflow.PartialTensorShape partial_shape,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.MakeShapeFromShapeProto(tensorflow.TensorShapeProto proto,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.MakeShapeFromShapeTensor(int input_idx,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.MakeShapeFromShapeTensorTreatScalarAsUnknownShape(int input_idx,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.MakeShapeFromTensor(tensorflow.Tensor t,
tensorflow.ShapeHandle tensor_shape,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.MakeShapeFromTensorShape(tensorflow.TensorShape shape,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.Merge(tensorflow.ShapeHandle s0,
tensorflow.ShapeHandle s1,
tensorflow.ShapeHandle out) |
boolean |
tensorflow.InferenceContext.MergeInput(int idx,
tensorflow.ShapeHandle shape) |
tensorflow.Status |
tensorflow.InferenceContext.MergePrefix(tensorflow.ShapeHandle s,
tensorflow.ShapeHandle prefix,
tensorflow.ShapeHandle s_out,
tensorflow.ShapeHandle prefix_out) |
tensorflow.DimensionHandle |
tensorflow.InferenceContext.NumElements(tensorflow.ShapeHandle s) |
tensorflow.Status |
tensorflow.InferenceContext.output(BytePointer output_name,
tensorflow.ShapeHandle output) |
tensorflow.Status |
tensorflow.InferenceContext.output(String output_name,
tensorflow.ShapeHandle output) |
tensorflow.ShapeHandlePair |
tensorflow.ShapeHandlePair.put(tensorflow.ShapeHandle firstValue,
tensorflow.ShapeHandle secondValue) |
static int |
tensorflow.InferenceContext.Rank(tensorflow.ShapeHandle s) |
static boolean |
tensorflow.InferenceContext.RankKnown(tensorflow.ShapeHandle s) |
boolean |
tensorflow.InferenceContext.RelaxInput(int idx,
tensorflow.ShapeHandle shape) |
tensorflow.Status |
tensorflow.InferenceContext.ReplaceDim(tensorflow.ShapeHandle s,
long dim_index,
tensorflow.DimensionHandle new_dim,
tensorflow.ShapeHandle out) |
boolean |
tensorflow.ShapeHandle.SameHandle(tensorflow.ShapeHandle s) |
tensorflow.ShapeHandlePair |
tensorflow.ShapeHandlePair.second(tensorflow.ShapeHandle second) |
void |
tensorflow.InferenceContext.set_input_tensors_as_shapes(tensorflow.ShapeHandle input_tensors_as_shapes) |
tensorflow.Status |
tensorflow.InferenceContext.set_output(BytePointer output_name,
tensorflow.ShapeHandle shapes) |
void |
tensorflow.InferenceContext.set_output(int idx,
tensorflow.ShapeHandle shape) |
tensorflow.Status |
tensorflow.InferenceContext.set_output(String output_name,
tensorflow.ShapeHandle shapes) |
void |
tensorflow.InferenceContext.SetInput(int idx,
tensorflow.ShapeHandle shape) |
tensorflow.Status |
tensorflow.ShapeRefiner.SetShape(tensorflow.Node node,
int output_port,
tensorflow.ShapeHandle shape) |
tensorflow.ShapeAndType |
tensorflow.ShapeAndType.shape(tensorflow.ShapeHandle shape) |
void |
tensorflow.InferenceContext.ShapeHandleToProto(tensorflow.ShapeHandle handle,
tensorflow.TensorShapeProto proto) |
tensorflow.Status |
tensorflow.InferenceContext.Subshape(tensorflow.ShapeHandle s,
long start,
long end,
long stride,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.Subshape(tensorflow.ShapeHandle s,
long start,
long end,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.Subshape(tensorflow.ShapeHandle s,
long start,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.WithRank(tensorflow.ShapeHandle shape,
long rank,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.WithRankAtLeast(tensorflow.ShapeHandle shape,
long rank,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.InferenceContext.WithRankAtMost(tensorflow.ShapeHandle shape,
long rank,
tensorflow.ShapeHandle out) |