Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/utils/
H A Dparametrize.py631 def is_parametrized(module: Module, tensor_name: Optional[str] = None) -> bool: function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dfunctions.cc142 const auto is_parametrized = [&](const NodeDef& node) { in HasParametrizedBody() local