Searched refs:AssignCustomAllocForTensor (Results 1 – 1 of 1) sorted by relevance
| /external/tensorflow/tensorflow/lite/ |
| D | interpreter_test.cc | 1534 void AssignCustomAllocForTensor(int tensor_idx, int required_alignment) { in AssignCustomAllocForTensor() function in tflite::__anonc83d92200111::TestCustomAllocation 1621 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1630 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1633 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1638 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1650 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1658 AssignCustomAllocForTensor(interpreter_->inputs()[0], in TEST_F() 1660 AssignCustomAllocForTensor(interpreter_->inputs()[1], in TEST_F() 1662 AssignCustomAllocForTensor(interpreter_->outputs()[0], in TEST_F() 1664 AssignCustomAllocForTensor(interpreter_->outputs()[1], in TEST_F() [all …]
|