Home
last modified time | relevance | path

Searched defs:call_fn (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dutils.py38 def use_wrapped_call(layer, call_fn, default_training_value=None, argument
199 def get_training_arg_index(call_fn): argument
Dsave_impl.py508 def _maybe_wrap_with_training_arg(self, call_fn, match_layer_training_arg): argument
547 def add_function(self, call_fn, name, match_layer_training_arg): argument
614 def __init__(self, call_collection, call_fn, name, input_signature): argument
/external/pytorch/torch/csrc/autograd/functions/
Dtensor.cpp78 const T& call_fn) { in apply_impl()
/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/
Dcomputed_values.rs30 fn call_fn(&self) -> TokenStream { in call_fn() method
/external/tensorflow/tensorflow/python/distribute/experimental/rpc/
Drpc_ops_test.py553 def call_fn(): function
/external/federated-compute/fcp/secagg/server/
Dsecagg_scheduler_test.cc68 constexpr auto call_fn = [](const std::function<void()>& f) { f(); }; in __anon80561c260402() variable
Dsecagg_server_prng_running_state_test.cc76 constexpr auto call_fn = [](const std::function<void()>& f) { f(); }; in __anon9c7ef5f40202() variable
/external/pytorch/torch/csrc/jit/tensorexpr/
Dllvm_codegen.cpp2010 llvm::Value* call_fn = nullptr; in visit() local
2341 auto call_fn = callee.getCallee(); in visit() local
2513 auto call_fn = callee.getCallee(); in visit() local
2690 auto call_fn = callee.getCallee(); in visit() local
/external/pytorch/torch/_inductor/fx_passes/
Dmkldnn_fusion.py80 def _unary_fusion_pattern(unary_fusion, call_fn, users, lowp_dtype): argument
Dquantization.py112 def _unary_fusion_pattern(unary_fusion, call_fn, users, is_bf16): argument