Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.cc207 std::unordered_map<int, std::tuple<void*, int>> inputs_map; in SetupGraph() local
221 CHECK(inputs_map.count(node_id) == 0); in SetupGraph()
222 inputs_map.emplace(node_id, std::make_tuple(inputs_ptr, count)); in SetupGraph()
273 CHECK(inputs_map.count(node_id) == 1); in SetupGraph()
277 const auto& input_ptr_and_count = inputs_map.at(node_id); in SetupGraph()