Home
last modified time | relevance | path

Searched defs:hide_value (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp150 DumpValueObjectOptions &DumpValueObjectOptions::SetHideValue(bool hide_value) { in SetHideValue()
/external/tensorflow/tensorflow/python/kernel_tests/
Dlinalg_ops_test.py415 def make_tensor_hiding_attributes(value, hide_shape, hide_value=True): argument