Searched refs:hide_value (Results 1 – 3 of 3) sorted by relevance
150 DumpValueObjectOptions &DumpValueObjectOptions::SetHideValue(bool hide_value) { in SetHideValue() argument151 m_hide_value = hide_value; in SetHideValue()
110 DumpValueObjectOptions &SetHideValue(bool hide_value = false);
415 def make_tensor_hiding_attributes(value, hide_shape, hide_value=True): argument416 if not hide_value: