Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dinsert_logging.cc34 bool has_ops; in InsertLogging() local
36 has_ops = true; in InsertLogging()
41 has_ops = false; in InsertLogging()
109 if ((!has_ops || op_matches) && (!has_prefixes || prefix_matches)) { in InsertLogging()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc657 uint8_t has_ops; member
663 if ((bi->has_ops & (1u << GRPC_OP_RECV_MESSAGE)) && in finished_batch()
667 if ((bi->has_ops & (1u << GRPC_OP_RECV_MESSAGE) && in finished_batch()
672 if ((bi->has_ops & (1u << GRPC_OP_SEND_MESSAGE))) { in finished_batch()
676 if ((bi->has_ops & (1u << GRPC_OP_RECV_STATUS_ON_CLIENT)) || in finished_batch()
677 (bi->has_ops & (1u << GRPC_OP_RECV_CLOSE_ON_SERVER))) { in finished_batch()
685 uint8_t has_ops) { in make_finished_batch_validator() argument
688 bi->has_ops = has_ops; in make_finished_batch_validator()
965 uint8_t has_ops = 0; in LLVMFuzzerTestOneInput() local
980 has_ops |= 1 << GRPC_OP_SEND_INITIAL_METADATA; in LLVMFuzzerTestOneInput()
[all …]