defgetTensorFromValue(value: Value, shapePointer: LongPointer): (Array[_1], Array[Int]) forSome {type _1 >: Float with Double with Byte with Short with Int with Long <: AnyVal}
defrunModel(sess: Session, input_tensor_values: Array[Value], inputNames: PointerPointer[BytePointer], nodeDims: Array[LongPointer], outputNames: PointerPointer[BytePointer]): (Array[_1], Array[Int]) forSome {type _1 >: Float with Double with Byte with Short with Int with Long <: AnyVal}