Searched defs:func_node (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | function_optimizer.cc | 78 bool IsDirectFunctionCall(const FunctionDef& func, const NodeDef& func_node) { in IsDirectFunctionCall() 84 bool IsIndirectFunctionCall(const FunctionDef& func, const NodeDef& func_node) { in IsIndirectFunctionCall() 95 const NodeDef& func_node) { in FunctionInstantiationAttributes() 329 void AddTensorMapping(const string& func_node, in AddTensorMapping() 436 bool HasUnusedOutputs(const NodeDef& func_node, const FunctionDef& func, in HasUnusedOutputs() 465 Status PushDownConstInputs(const NodeDef& func_node, in PushDownConstInputs() 535 const FunctionSpecialization& specialization, const NodeDef& func_node, in RemovePushedDownConstInputTypes() 562 const NodeDef& func_node, in RemoveUnusedOutputsTypes() 586 const NodeDef& func_node, in UpdateSpecializedFunctionCallSite() 608 const FunctionDef& func, const NodeDef& func_node, in UpdateSpecializedFunctionNode() [all …]
|
/aosp_15_r20/external/bpftool/src/ |
H A D | cfg.c | 17 struct func_node { struct 18 struct list_head l; 19 struct list_head bbs; 20 struct bpf_insn *start; 21 struct bpf_insn *end; 22 int idx; 23 int bb_num;
|
/aosp_15_r20/external/libaom/tools/auto_refactor/ |
H A D | auto_refactor.py | 331 def get_func_start_coord(func_node): argument 345 def get_func_end_coord(func_node): argument 349 def get_func_size(func_node): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | functions.cc | 597 for (const NodeDef& func_node : item.function_body().node()) { in MakeFunctionDef() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/ |
H A D | helper.cpp | 553 auto* func_node = n->input(0)->node(); in getCallFunctionGraph() local
|