Home
last modified time | relevance | path

Searched defs:_fn (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py92 def _fn(): function
106 def _fn(): function
142 def _fn(arg0, arg1): function
184 def _fn(arg0, arg1): function
225 def _fn(arg0, arg1): function
251 def _fn(arg0, arg1): function
281 def _fn(self, arg0, arg1): member in DeprecationTest.test_instance_fn_with_doc._Object
326 def _fn(self, arg0, arg1): member in DeprecationTest.test_instance_fn_with_one_line_doc._Object
356 def _fn(self, arg0, arg1): member in DeprecationTest.test_instance_fn_no_doc._Object
487 def _fn(arg0, arg1, deprecated=None): function
[all …]
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmetric_spec_test.py67 def _fn(): function
80 def _fn(**kwargs): function
93 def _fn(labels): function
106 def _fn(labels, **kwargs): function
120 def _fn(labels, predictions_by_another_name): function
135 def _fn(predictions_by_another_name, labels): function
150 def _fn(predictions): function
164 def _fn(a): function
178 def _fn(a, b): function
222 def _fn(predictions, labels, weights=None): function
[all …]
/external/u-boot/arch/arm/include/asm/
Dsecure.h19 #define secure_ram_addr(_fn) ({ \ argument
26 #define secure_ram_addr(_fn) (_fn) argument
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dgmm_test.py43 def _fn(): function
202 def _fn(): function
Dkmeans_test.py85 def _fn(): function
596 def _fn(): function
Dwals_test.py141 def _fn(): function
/external/tensorflow/tensorflow/contrib/framework/python/framework/
Dexperimental_test.py33 def _fn(arg0, arg1): function
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dautoregressive_test.py46 def _fn(samples): function
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dreal_nvp.py296 def _fn(x, output_units): function
Dmasked_autoregressive.py524 def _fn(x): function
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils_test.py103 def _fn(*fargs, **fkwargs): function
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dkmeans_test.py85 def _fn(): function
565 def _fn(): function
/external/dtc/
Dchecks.c56 #define CHECK_ENTRY(_nm, _fn, _d, _w, _e, ...) \ argument
68 #define WARNING(_nm, _fn, _d, ...) \ argument
70 #define ERROR(_nm, _fn, _d, ...) \ argument
72 #define CHECK(_nm, _fn, _d, ...) \ argument
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py1435 def _fn(*args, **kwargs): function
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp776 void push_back(const SubroutineFunction& _fn) in push_back()
/external/python/setuptools/pkg_resources/
D__init__.py1462 def _fn(self, base, resource_name): member in NullProvider