Searched defs:clip_by_value (Results 1 – 3 of 3) sorted by relevance
90 auto clip_by_value = graph->NewCNode(inputs); in Process() local
21 clip_by_value = Primitive('ClipByValue') variable
36 def clip_by_value(x, clip_value_min, clip_value_max): function