Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/profiling/ios_bin/
Dbinary_size.py120 has_diff = False variable
128 has_diff = True variable
139 text += ('\n' if has_diff else '') + row_format.format(
142 if not has_diff:
/external/grpc-grpc/tools/profiling/ios_bin/
Dbinary_size.py122 has_diff = False variable
130 has_diff = True variable
141 text += ('\n' if has_diff else '') + row_format.format(
144 if not has_diff:
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dbatch_seq_config_test.cc72 bool has_diff = false; in DiffOutput() local
76 has_diff = true; in DiffOutput()
79 return !has_diff; in DiffOutput()