Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_string_ops.py831 def string_format( function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dstring_ops.py114 def string_format(template, inputs, placeholder="{}", summarize=3, name=None): function
/aosp_15_r20/external/starlark-go/starlark/
H A Dlibrary.go1651 func string_format(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func