Searched refs:clone_function (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/ |
H A D | models.py | 385 def clone_model(model, input_tensors=None, clone_function=None): argument 445 if clone_function is None: 446 clone_function = _clone_layer 450 model, input_tensors=input_tensors, layer_fn=clone_function) 453 model, input_tensors=input_tensors, layer_fn=clone_function)
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_clone.c | 718 clone_function(clone_state *state, const nir_function *fxn, nir_shader *ns) in clone_function() function 762 clone_function(&state, fxn, ns); in nir_shader_clone()
|