Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLSignatureRunner.mm215 - (BOOL)copyData:(NSData *)data toInputTensor:(TFLTensor *)inputTensor error:(NSError **)error {
257 - (nullable NSData *)dataFromTensor:(TFLTensor *)tensor error:(NSError **)error {
282 - (nullable NSArray<NSNumber *> *)shapeOfTensor:(TFLTensor *)tensor error:(NSError **)error {
324 - (nullable TFLTensor *)tensorOfType:(TFLTensorType)type
H A DTFLInterpreter.mm280 - (BOOL)copyData:(NSData *)data toInputTensor:(TFLTensor *)inputTensor error:(NSError **)error {
319 - (nullable NSData *)dataFromTensor:(TFLTensor *)tensor error:(NSError **)error {
341 - (nullable NSArray<NSNumber *> *)shapeOfTensor:(TFLTensor *)tensor error:(NSError **)error {
H A DTFLTensor.m28 @interface TFLTensor () interface in nonatomic
50 @implementation TFLTensor implementation
H A DTFLTensorDataAccessor.h19 @class TFLTensor; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/apis/
H A DTFLSignatureRunner.h19 @class TFLTensor; variable