Home
last modified time | relevance | path

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

12345678910>>...15

/external/tensorflow/tensorflow/core/kernels/
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 …]
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
/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()
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor_bridge.cc46 mutex_lock ml(*DelayedDecrefLock()); in DelayedNumpyDecref() local
55 mutex_lock ml(*DelayedDecrefLock()); in ClearDecrefCache() local
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_testlib.cc62 mutex_lock ml(mu_); in AwaitState() local
69 mutex_lock ml(mu_); in MoveToState() local
/external/tensorflow/tensorflow/core/summary/
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
/external/pdfium/third_party/agg23/
Dagg_vcgen_stroke.h70 void miter_limit(float ml) in miter_limit()
75 void inner_miter_limit(float ml) in inner_miter_limit()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/
Drpc_pmap_getmaps.c50 struct pmaplist *ml = NULL; in main() local
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_ops.cc61 mutex_lock ml(*variable->mu()); in Compute() local
/external/tensorflow/tensorflow/core/platform/
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
/external/toybox/toys/lsb/
Dumount.c110 struct mtab_list *mlsave = 0, *mlrev = 0, *ml; in umount_main() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
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
/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()
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
Dfdjac1.h11 DenseIndex ml, DenseIndex mu, in fdjac1()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp5.cpp27 auto ml = [=]() mutable{}; // expected-note{{method is not marked const}} \ in test_quals() local
/external/cronet/third_party/icu/filters/
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
/external/cronet/third_party/boringssl/src/crypto/x509v3/
Dv3_prn.c74 int ml) { in X509V3_EXT_val_prn()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_prn.c75 int ml) in X509V3_EXT_val_prn()
/external/boringssl/src/crypto/x509v3/
Dv3_prn.c74 int ml) { in X509V3_EXT_val_prn()
/external/tensorflow/tensorflow/core/framework/
Dop_gen_lib.cc119 string* ml) { in ConvertLine()
168 string ml; in PBTxtToMultiline() local
/external/rust/crates/argh_derive/src/
Dparse_attrs.rs73 let ml = if let Some(ml) = argh_attr_to_meta_list(errors, attr) { in parse() localVariable
314 let ml = if let Some(ml) = argh_attr_to_meta_list(errors, attr) { in parse() localVariable
467 let ml = if let Some(ml) = argh_attr_to_meta_list(errors, attr) { in parse() localVariable
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCLDRUtils.java145 CLDRLocale ml = CLDRLocale.getInstance("ml"); in TestCLDRLocaleInheritance() local
/external/libwebsockets/minimal-examples/gtk/minimal-gtk/
Dmain.c140 GMainLoop *ml; in t1_main() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlift_variables.cc123 mutex_lock ml(*var->mu()); in LiftVariablesFromSession() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_reshard_variables_op.cc80 mutex_lock ml(*format_state_var->mu()); in DoWork() local

12345678910>>...15