Home
last modified time | relevance | path

Searched defs:apply_fn (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dsubscribe.py26 def _recursive_apply(tensors, apply_fn): argument
/external/tensorflow/tensorflow/python/autograph/pyct/
Dast_util.py232 def apply_to_single_assignments(targets, values, apply_fn): argument
Dtransformer.py370 def apply_to_single_assignments(self, targets, values, apply_fn): argument
/external/tensorflow/tensorflow/python/training/experimental/
Dloss_scale_optimizer.py216 def apply_fn(): function
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dreaders.py599 def apply_fn(dataset): function
1054 def apply_fn(dataset): function
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dloss_scale_optimizer.py636 def apply_fn(): function
649 def apply_fn(): function
/external/pytorch/torch/testing/_internal/
Dcommon_nn.py3858 def apply_fn(input, target, *params): function
3863 def apply_fn(input1, input2, target, *params): # type: ignore[misc] function
Dcommon_utils.py4774 def _assertGradAndGradgradChecks(test_case, apply_fn, inputs, **kwargs): argument
/external/pytorch/torch/csrc/autograd/
Dpython_function.cpp147 THPObjectPtr apply_fn(PyObject_GetAttrString(obj, "apply")); in apply() local
/external/pytorch/aten/src/ATen/native/cpu/
DGridSamplerKernel.cpp1024 const TensorAccessor<const scalar_t, 3>& grid_slice, const ApplyFn &apply_fn) { in grid_sample_2d_grid_slice_iterator()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/num/
Dunit.rs559 fn apply_fn<I: Interrupt>( in apply_fn() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/num/
Dunit.rs559 fn apply_fn<I: Interrupt>( in apply_fn() method
/external/pytorch/test/distributions/
Dtest_distributions.py1227 def apply_fn(s, *params): function