Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier.cc84 auto create_call = [&](int64 branch) { in TryRemoveConditional() local
/external/rust/crates/grpcio/src/
Dchannel.rs680 pub(crate) fn create_call<Req, Resp>( in create_call() method