Home
last modified time | relevance | path

Searched defs:_truncate (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dtools.py64 def _truncate(value, length: int = 60) -> str: function
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDatabindContext.java422 protected final String _truncate(String desc) { in _truncate() method in DatabindContext
/external/tensorflow/tensorflow/python/ops/ragged/
Ddynamic_ragged_shape.py1540 def _truncate(self, new_rank: int) -> "DynamicRaggedShape.Spec": member in DynamicRaggedShape.Spec