Searched defs:node_inputs (Results 1 – 7 of 7) sorted by relevance
149 TfLiteIntArray* node_inputs = node.inputs; in PlanAllocations() local172 TfLiteIntArray* node_inputs = node.inputs; in PlanAllocations() local
34 const auto& node_inputs = node.second; in CreateGraph() local
310 absl::flat_hash_map<string, std::vector<string>> node_inputs; in GetNodeInputsFromGraph() local
461 def node_inputs(self): member in DebugGraph
1068 def node_inputs(self, node_name, is_control=False, device_name=None): member in DebugDumpDir
281 TensorValueVec node_inputs; in Run() local
622 std::vector<std::pair<const NodeDef*, std::string>> node_inputs; member