Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dinterpreter_experimental.cc39 TfLiteStatus Interpreter::SetCustomAllocationForTensor( in SetCustomAllocationForTensor() function in tflite::Interpreter
41 return primary_subgraph().SetCustomAllocationForTensor(tensor_index, in SetCustomAllocationForTensor()
Dinterpreter_test.cc1541 interpreter_->SetCustomAllocationForTensor(tensor_idx, tensor_alloc), in AssignCustomAllocForTensor()
1602 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()
1616 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()
1628 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()
1746 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()
1753 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()
1812 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()
1817 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()
1822 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()
1827 ASSERT_EQ(interpreter_->SetCustomAllocationForTensor( in TEST_F()
Dinterpreter.h660 TfLiteStatus SetCustomAllocationForTensor(
/external/tensorflow/tensorflow/lite/tools/serialization/
Dwriter_lib_test.cc455 interpreter_->SetCustomAllocationForTensor(interpreter_->inputs()[1], alloc); in TEST_F()
511 interpreter_->SetCustomAllocationForTensor(interpreter_->inputs()[1], alloc); in TEST_F()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h355 TfLiteStatus SetCustomAllocationForTensor(
Dsubgraph.cc1708 TfLiteStatus Subgraph::SetCustomAllocationForTensor( in SetCustomAllocationForTensor() function in tflite::Subgraph