Home
last modified time | relevance | path

Searched defs:new_kwargs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunc_graph.py1351 def check_func_mutation(old_args, old_kwargs, new_args, new_kwargs, func): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp4064 auto new_kwargs = List<Attribute>::create(apply.range(), {}); in emitApplySpecialFormForDict() local