Searched refs:SetCustomAllocationForTensor (Results 1 – 6 of 6) sorted by relevance
163 TfLiteStatus Interpreter::SetCustomAllocationForTensor( in SetCustomAllocationForTensor() function in tflite::Interpreter165 return primary_subgraph().SetCustomAllocationForTensor(tensor_index, in SetCustomAllocationForTensor()
1538 interpreter_->SetCustomAllocationForTensor(tensor_idx, tensor_alloc), in AssignCustomAllocForTensor()1599 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()1610 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()1730 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()1737 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()
621 TfLiteStatus SetCustomAllocationForTensor(
347 TfLiteStatus SetCustomAllocationForTensor(
1593 TfLiteStatus Subgraph::SetCustomAllocationForTensor( in SetCustomAllocationForTensor() function in tflite::Subgraph
453 interpreter_->SetCustomAllocationForTensor(interpreter_->inputs()[1], alloc); in TEST_F()