Home
last modified time | relevance | path

Searched defs:cTensor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift153 guard let cTensor = TfLiteInterpreterGetInputTensor(cInterpreter, Int32(index)), in input() variable
199 guard let cTensor = TfLiteInterpreterGetOutputTensor(cInterpreter, Int32(index)), in output() variable
272 guard let cTensor = TfLiteInterpreterGetInputTensor(cInterpreter, Int32(index)) else { in copy() variable
H A DSignatureRunner.swift195 let cTensor = TfLiteSignatureRunnerGetInputTensor(self.cSignatureRunner, inputNameCString) in copy() variable
251 guard let cTensor = cTensorPointer else { in tensor() variable