Home
last modified time | relevance | path

Searched refs:ANeuralNetworksOperandType (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/nnapi/
DNeuralNetworksTypes.h317 typedef struct ANeuralNetworksOperandType { struct
330 } ANeuralNetworksOperandType; argument
377 ANeuralNetworksModel* model, const ANeuralNetworksOperandType* type);
412 const ANeuralNetworksOperandType* type, const void* buffer, size_t length);
416 const ANeuralNetworksOperandType* type, const ANeuralNetworksMemory* memory,
421 const ANeuralNetworksOperandType* type, void* buffer, size_t length);
425 const ANeuralNetworksOperandType* type, const ANeuralNetworksMemory* memory,
Dnnapi_implementation.h147 ANeuralNetworksModel* model, const ANeuralNetworksOperandType* type);
442 const ANeuralNetworksOperandType* type, const void* buffer,
475 const ANeuralNetworksOperandType* type,
506 const ANeuralNetworksOperandType* type, void* buffer, size_t length);
538 const ANeuralNetworksOperandType* type,
DNeuralNetworksShim.h223 ANeuralNetworksModel* model, const ANeuralNetworksOperandType* type) { in ANeuralNetworksModel_addOperand()
554 const ANeuralNetworksOperandType* type, const void* buffer, size_t length) { in ANeuralNetworksExecution_setInput()
588 const ANeuralNetworksOperandType* type, const ANeuralNetworksMemory* memory, in ANeuralNetworksExecution_setInputFromMemory()
621 const ANeuralNetworksOperandType* type, void* buffer, size_t length) { in ANeuralNetworksExecution_setOutput()
655 const ANeuralNetworksOperandType* type, const ANeuralNetworksMemory* memory, in ANeuralNetworksExecution_setOutputFromMemory()
/external/tensorflow/tensorflow/contrib/lite/
Dnnapi_delegate.cc201 ANeuralNetworksOperandType operand_type{ in addTensorOperands()
267 ANeuralNetworksOperandType operand_type{.type = ANEURALNETWORKS_INT32}; in AddOpsAndParams()
276 ANeuralNetworksOperandType operand_type{.type = ANEURALNETWORKS_FLOAT32}; in AddOpsAndParams()
284 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams()
301 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams()
400 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams()
439 ANeuralNetworksOperandType operand_type{nn_type, 2, dim.data(), 0, 0}; in AddOpsAndParams()
/external/tensorflow/tensorflow/lite/
Dnnapi_delegate.cc169 ANeuralNetworksOperandType operand_type{ in addTensorOperands()
236 ANeuralNetworksOperandType operand_type{.type = ANEURALNETWORKS_INT32}; in AddOpsAndParams()
245 ANeuralNetworksOperandType operand_type{.type = ANEURALNETWORKS_FLOAT32}; in AddOpsAndParams()
253 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams()
270 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams()
370 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams()
409 ANeuralNetworksOperandType operand_type{nn_type, 2, dim.data(), 0, 0}; in AddOpsAndParams()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc308 ANeuralNetworksOperandType operand_type{ in AddDequantize()
353 ANeuralNetworksOperandType operand_type{.type = nn_type}; in AddScalarOperand()
368 ANeuralNetworksOperandType operand_type{ in AddVectorOperand()
386 ANeuralNetworksOperandType operand_type{ in AddFloat32OutputTensor()
457 ANeuralNetworksOperandType operand_type{ in AddTensor()