Home
last modified time | relevance | path

Searched refs:hide_value (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp150 DumpValueObjectOptions &DumpValueObjectOptions::SetHideValue(bool hide_value) { in SetHideValue() argument
151 m_hide_value = hide_value; in SetHideValue()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h110 DumpValueObjectOptions &SetHideValue(bool hide_value = false);
/external/tensorflow/tensorflow/python/kernel_tests/
Dlinalg_ops_test.py415 def make_tensor_hiding_attributes(value, hide_shape, hide_value=True): argument
416 if not hide_value: