Home
last modified time | relevance | path

Searched defs:allocateTensors (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/swift/Sources/
DSignatureRunner.swift219 public func allocateTensors() throws { in allocateTensors() function
DInterpreter.swift297 public func allocateTensors() throws { in allocateTensors() function
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreterImpl.java111 public void allocateTensors() { in allocateTensors() method in InterpreterImpl
DInterpreterApi.java428 void allocateTensors(); in allocateTensors() method
DNativeInterpreterWrapper.java287 void allocateTensors() { in allocateTensors() method in NativeInterpreterWrapper
608 private static native long allocateTensors(long interpreterHandle, long errorHandle); in allocateTensors() method in NativeInterpreterWrapper