Home
last modified time | relevance | path

Searched defs:ml (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dresource_variable_ops.cc148 tf_shared_lock ml(*variable->mu()); in Compute() local
201 tf_shared_lock ml(*variables[i]->mu()); in Compute() local
376 mutex_lock ml(*variable->mu()); in Compute() local
426 mutex_lock ml(*variable->mu()); in Compute() local
514 mutex_lock ml(*variable->mu()); in Compute() local
598 mutex_lock ml(*variable->mu()); in Compute() local
659 mutex_lock ml(*variable->mu()); in Compute() local
689 tf_shared_lock ml(*v->mu()); in Compute() local
867 tf_shared_lock ml(*v->mu()); in Compute() local
1051 mutex_lock ml(*v->mu()); in Compute() local
[all …]
H A Dbatch_kernels.cc425 mutex_lock ml(mu_); in GetOrCreateFunctionHandle() local
687 mutex_lock ml(mu_); in Compute() local
752 mutex_lock ml(mu_); in EnforceTimeout() local
897 mutex_lock ml(mu_); in Compute() local
/aosp_15_r20/external/python/cpython2/Objects/
Dmethodobject.c17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx()
322 PyMethodDef *ml; in listmethodchain() local
368 PyMethodDef *ml = chain->methods; in Py_FindMethodInChain() local
424 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DOldListIteratorTest.java119 Mock_ListIterator ml = new Mock_ListIterator(); in testRemove() local
194 Mock_ListIterator ml = new Mock_ListIterator(); in testSet() local
221 Mock_ListIterator ml = new Mock_ListIterator(); in testAdd() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.cc486 mutex_lock ml(cache_mu_); in ClearCachesAndDefaultExecutor() local
497 mutex_lock ml(metadata_mu_); in ClearCachesAndDefaultExecutor() local
505 mutex_lock ml(policy_map_mu_); in SetThreadLocalDevicePlacementPolicy() local
720 mutex_lock ml(metadata_mu_); in ExportRunMetadata() local
816 mutex_lock ml(metadata_mu_); in StartStep() local
821 mutex_lock ml(metadata_mu_); in EndStep() local
832 mutex_lock ml(metadata_mu_); in StepContainer() local
1081 mutex_lock ml(cache_mu_); in AddKernelToCache() local
1102 mutex_lock ml(metadata_mu_); in SetShouldStoreGraphs() local
/aosp_15_r20/external/tensorflow/tensorflow/core/summary/
H A Dsummary_file_writer.cc57 mutex_lock ml(mu_); in Initialize() local
69 mutex_lock ml(mu_); in Flush() local
153 mutex_lock ml(mu_); in WriteEvent() local
/aosp_15_r20/external/rust/android-crates-io/crates/argh_derive/src/
Dparse_attrs.rs73 let ml = if let Some(ml) = argh_attr_to_meta_list(errors, attr) { in parse() localVariable
259 let ml = errors.expect_meta_list(&attr.meta)?; in argh_attr_to_meta_list() localVariable
287 let ml = if let Some(ml) = argh_attr_to_meta_list(errors, attr) { in parse() localVariable
436 let ml = if let Some(ml) = argh_attr_to_meta_list(errors, attr) { in parse() localVariable
/aosp_15_r20/external/llvm-libc/src/__support/threads/linux/
H A DCndVar.cpp33 cpp::lock_guard ml(qmtx); in wait() local
89 cpp::lock_guard ml(qmtx); in broadcast() local
/aosp_15_r20/external/python/cpython3/Objects/
Dmethodobject.c32 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New()
38 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx()
44 PyCMethod_New(PyMethodDef *ml, PyObject *self, PyObject *module, PyTypeObject *cls) in PyCMethod_New()
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dndarray_tensor_bridge.cc46 mutex_lock ml(*DelayedDecrefLock()); in DelayedNumpyDecref() local
55 mutex_lock ml(*DelayedDecrefLock()); in ClearDecrefCache() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_testlib.cc62 mutex_lock ml(mu_); in AwaitState() local
69 mutex_lock ml(mu_); in MoveToState() local
/aosp_15_r20/external/cronet/third_party/icu/filters/
H A Dios.json199 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null
258 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null
356 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null
415 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null
/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_vcgen_stroke.h70 void miter_limit(float ml) in miter_limit()
75 void inner_miter_limit(float ml) in inner_miter_limit()
/aosp_15_r20/external/opencensus-java/examples/src/main/java/io/opencensus/examples/quickstart/
H A DRepl.java95 private static void recordStat(MeasureLong ml, Long n) { in recordStat()
102 private static void recordTaggedStat(TagKey key, String value, MeasureLong ml, Long n) { in recordTaggedStat()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dmutex.h163 mutex_lock(mutex_lock&& ml) noexcept TF_EXCLUSIVE_LOCK_FUNCTION(ml.mu_) in mutex_lock() function
203 tf_shared_lock(tf_shared_lock&& ml) noexcept TF_SHARED_LOCK_FUNCTION(ml.mu_) in tf_shared_lock() function
/aosp_15_r20/external/opencensus-java/exporters/metrics/ocagent/src/test/java/io/opencensus/exporter/metrics/ocagent/
H A DOcAgentMetricsExporterIntegrationTest.java312 private static void recordStat(MeasureLong ml, Long n) { in recordStat()
317 private static void recordTaggedStat(TagKey key, String value, MeasureLong ml, long n) { in recordTaggedStat()
/aosp_15_r20/external/opencensus-java/examples/src/main/java/io/opencensus/examples/ocagent/
H A DOcAgentExportersQuickStart.java276 private static void recordStat(MeasureLong ml, Long n) { in recordStat()
281 private static void recordTaggedStat(TagKey key, String value, MeasureLong ml, long n) { in recordTaggedStat()
/aosp_15_r20/external/lottie/snapshot-tests/src/main/assets/Tests/
H A DLayerBlend_2.json1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
H A DLayerBlend_10.json1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
H A DLayerBlend_9.json1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
H A DLayerBlend_13.json1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
H A DLayerBlend_12.json1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
H A DLayerBlend_1.json1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
H A DLayerBlend_3.json1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
H A DLayerBlend_11.json1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number

12345678910>>...27