Home
last modified time | relevance | path

Searched defs:init_args (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-wasm-shape.cc139 RuntimeInitArgs init_args; in _hb_wasm_init() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops_generate/
Dgen_ops.py473 def _generate_class_description(class_name, func_name, input_args, init_args, func_disabled, doc_st… argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c544 init_args(struct gallivm_state *gallivm, in init_args() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_build/
Dfunc_graph_builder.cc694 …const AnfNodePtrList &init_args = abstract::GetPrimitiveInitArgs(primitive->cast<PrimitivePyPtr>()… in AddPrimitiveCNode() local
/third_party/python/Objects/
Dexceptions.c888 PyObject *init_args = PyTuple_Pack(2, self->msg, excs); in BaseExceptionGroup_derive() local