Home
last modified time | relevance | path

Searched refs:v_str (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/tools/
Dinspect_checkpoint.py131 k, v_str = k_v_str
141 v_type(v_str)
142 if v_type is not bool else flags.BooleanParser().parse(v_str))
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp1697 char v_str[64]; in RoundScalarWithFormatT() local
1698 ImFormatString(v_str, IM_ARRAYSIZE(v_str), fmt_start, v); in RoundScalarWithFormatT()
1699 const char* p = v_str; in RoundScalarWithFormatT()