Searched refs:AssignCustomAllocForTensor (Results 1 – 1 of 1) sorted by relevance
| /external/tensorflow/tensorflow/lite/ |
| D | interpreter_test.cc | 1537 void AssignCustomAllocForTensor(int tensor_idx, int required_alignment) { in AssignCustomAllocForTensor() function in tflite::__anona9bbd6c50111::TestCustomAllocation 1637 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1646 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1649 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1654 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1666 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1674 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1676 AssignCustomAllocForTensor(interpreter_->inputs()[1], in TEST_F() 1678 AssignCustomAllocForTensor(interpreter_->outputs()[0], in TEST_F() 1680 AssignCustomAllocForTensor(interpreter_->outputs()[1], in TEST_F() [all …]
|