Searched refs:ANeuralNetworksOperandType (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/nnapi/ |
D | NeuralNetworksTypes.h | 438 typedef struct ANeuralNetworksOperandType { struct 451 } ANeuralNetworksOperandType; argument 498 ANeuralNetworksModel* model, const ANeuralNetworksOperandType* type); 533 const ANeuralNetworksOperandType* type, const void* buffer, size_t length); 537 const ANeuralNetworksOperandType* type, const ANeuralNetworksMemory* memory, 542 const ANeuralNetworksOperandType* type, void* buffer, size_t length); 546 const ANeuralNetworksOperandType* type, const ANeuralNetworksMemory* memory,
|
D | nnapi_implementation.h | 147 ANeuralNetworksModel* model, const ANeuralNetworksOperandType* type); 445 const ANeuralNetworksOperandType* type, const void* buffer, 478 const ANeuralNetworksOperandType* type, 509 const ANeuralNetworksOperandType* type, void* buffer, size_t length); 541 const ANeuralNetworksOperandType* type,
|
D | nnapi_handler.h | 118 const ANeuralNetworksOperandType* type) { return Value; }; in AddOperandReturns() 122 const ANeuralNetworksOperandType* type)) { in StubAddOperandWith() 226 const ANeuralNetworksOperandType* type, in ExecutionSetInputFromMemoryReturns() 234 const ANeuralNetworksOperandType* type, in ExecutionSetOutputFromMemoryReturns()
|
D | NeuralNetworksShim.h | 223 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/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 393 ANeuralNetworksOperandType ConvertTensorTypeToNNType( in ConvertTensorTypeToNNType() 455 ANeuralNetworksOperandType nn_operand_type{ in ConvertTensorTypeToNNType() 1012 ANeuralNetworksOperandType operand_type{ in AddDequantize() 1062 ANeuralNetworksOperandType operand_type{.type = nn_type}; in AddSingleValueTensorAsScalarOperand() 1114 ANeuralNetworksOperandType operand_type{nn_type, tensor_rank, tensor_dims, in AddNewInputConstantTensor() 1176 ANeuralNetworksOperandType operand_type{.type = nn_type}; in AddScalarOperand() 1195 ANeuralNetworksOperandType operand_type{.type = nn_type, in AddVectorOperand() 1236 ANeuralNetworksOperandType operand_type{ in AddAdditionalOutputTensor() 1393 ANeuralNetworksOperandType operand_type{nn_type, tensor_rank, tensor_dims, in AddTensor() 3918 ANeuralNetworksOperandType input_nn_operand_type; in Invoke() [all …]
|
D | nnapi_delegate_signed_quantization_test.cc | 135 const ANeuralNetworksOperandType* type) -> int { in SetUp()
|