Home
last modified time | relevance | path

Searched refs:Defun (Results 1 – 25 of 41) sorted by relevance

12

/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py98 @function.Defun(dtypes.float32, func_name="MyIdentity")
111 @function.Defun(dtypes.float32, func_name="MyIdentity")
126 @function.Defun(
139 @function.Defun(
155 @function.Defun(dtypes.float32, dtypes.float32, func_name="APlus2B")
167 @function.Defun(dtypes.float32, dtypes.float32)
178 @function.Defun(
196 @function.Defun(dtypes.float32, func_name="Duplicate")
213 @function.Defun(dtypes.float32, func_name="XSquarePlusOneFn")
217 @function.Defun(dtypes.float32, dtypes.float32)
[all …]
Dimporter_test.py1162 @function.Defun(dtype, dtype, dtype, dtype)
1168 @function.Defun(dtype, dtype, grad_func=Grad)
1172 @function.Defun(dtypes.int32)
1177 @function.Defun(dtypes.int32, dtypes.int32)
1180 @function.Defun(dtypes.int32)
1241 @function.Defun()
1251 @function.Defun()
1265 @function.Defun()
Dmeta_graph_test.py124 @function.Defun(dtypes.int32)
128 @function.Defun(dtypes.int32)
221 @function.Defun(dtypes.float32, dtypes.float32)
225 @function.Defun(dtypes.float32, dtypes.float32)
Dop_def_library_test.py469 @function.Defun(dtypes.float32, func_name="MyFn")
485 @function.Defun(dtypes.float32, func_name="MyFn")
488 @function.Defun(dtypes.int32, dtypes.float32, func_name="MyFn2")
491 @function.Defun(dtypes.int32, func_name="MyFn3")
/external/tensorflow/tensorflow/python/kernel_tests/
Dfunctional_ops_test.py413 @function.Defun(dtypes.int32, dtypes.int32)
438 @function.Defun(dtypes.int32, dtypes.int32)
461 @function.Defun(dtypes.int32, dtypes.int32)
483 @function.Defun(dtypes.float32, dtypes.float32)
508 @function.Defun(dtypes.float32, dtypes.float32)
533 @function.Defun(dtypes.string)
551 @function.Defun(dtypes.float32, dtypes.float32)
574 @function.Defun(dtypes.float32)
578 @function.Defun(dtypes.float32)
596 @function.Defun(*[dtypes.float32] * 2)
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dwhile_test.py42 @function.Defun(dtypes.int32)
48 @function.Defun(dtypes.int32)
62 @function.Defun(dtypes.int32, dtypes.float32)
69 @function.Defun(dtypes.int32, dtypes.float32)
88 @function.Defun(dtypes.int32, dtypes.complex64)
95 @function.Defun(dtypes.int32, dtypes.complex64)
114 @function.Defun(dtypes.int32, dtypes.int32)
121 @function.Defun(dtypes.int32, dtypes.int32)
Dfunction_test.py45 @function.Defun(dtypes.float32, dtypes.float32)
71 @function.Defun(dtypes.float32, dtypes.float32)
95 @function.Defun(dtypes.float32, dtypes.float32)
110 @function.Defun(dtypes.float32, dtypes.int32, dtypes.int32)
131 @function.Defun(dtypes.float32, noinline=True)
135 @function.Defun(dtypes.float32, dtypes.float32)
Djit_test.py60 @function.Defun(func_name=name, noinline=noinline, compiled=True)
135 @function.Defun(compiled=True)
382 @function.Defun(compiled=True)
386 @function.Defun(compiled=True)
390 @function.Defun()
427 @function.Defun(compiled=compiled)
536 @function.Defun(compiled=True)
600 @function.Defun(compiled=True)
630 @function.Defun(compiled=True)
Dreduce_window_test.py47 @function.Defun(dtype, dtype)
51 @function.Defun(dtype, dtype)
Dxla_ops_test.py213 @function.Defun(dtype, dtype)
242 @function.Defun(dtype, dtype)
263 @function.Defun(dtype, dtype)
267 @function.Defun(dtype, dtype)
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Drecurrent.py336 @function.Defun(*_Dtypes(fwd_sig))
362 @function.Defun(dtypes.int32, dev_t_type, *_Dtypes(fwdloop_sig))
419 @function.Defun(
458 @function.Defun(*_Dtypes(bak_sig))
477 @function.Defun(*_Dtypes(state_if_sig))
483 @function.Defun(*_Dtypes(state_if_sig))
513 @function.Defun(dtypes.int32, dev_t_type, *_Dtypes(bakloop_sig))
552 @function.Defun(*_Dtypes(backward_sig), noinline=noinline)
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dmap_dataset_serialization_test.py97 @function.Defun(dtypes.int64)
110 @function.Defun(dtypes.int64)
113 @function.Defun(dtypes.int32)
Dparallel_map_dataset_serialization_test.py109 @function.Defun(dtypes.int64)
123 @function.Defun(dtypes.int64)
126 @function.Defun(dtypes.int32)
Dflat_map_dataset_serialization_test.py69 @function.Defun(dtypes.int64)
/external/tensorflow/tensorflow/contrib/nn/python/ops/
Dscaled_softplus.py96 @function.Defun(dtype, dtype, dtype, dtype,
105 @function.Defun(dtype, dtype, dtype,
/external/tensorflow/tensorflow/contrib/compiler/
Djit_test.py143 @function.Defun(compiled=True, noinline=True)
159 @function.Defun(compiled=True, noinline=True)
247 @function.Defun(compiled=True, noinline=True)
273 @function.Defun(
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py561 @function.Defun(
623 @function.Defun(*cond_dtypes, func_name="%s_Wrapper" % cond.name)
688 @function.Defun(*body_sig, func_name=cond_name)
695 @function.Defun(*body_sig, func_name=body_name)
Dctc_ops.py765 @function.Defun(*[x.dtype for x in args],
1083 @function.Defun(*loop_dtypes)
1090 @function.Defun(*loop_dtypes)
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/
Dordinal_split_handler.py521 @function.Defun(
554 @function.Defun(
594 @function.Defun(
640 @function.Defun(
/external/tensorflow/tensorflow/contrib/batching/python/ops/
Dbatch_ops_test.py267 @function.Defun(dtypes.int32)
299 @function.Defun(dtypes.int32)
331 @function.Defun(dtypes.int32, dtypes.int32)
/external/tensorflow/tensorflow/python/tpu/
Ddatasets.py159 @function.Defun(dtypes.string)
/external/tensorflow/tensorflow/python/data/kernel_tests/
Diterator_cluster_test.py70 @function.Defun(dtypes.string)
Diterator_test.py606 @function.Defun(dtypes.string)
683 @function.Defun(dtypes.string)
721 @function.Defun(dtypes.uint8)
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BatchFunction.pbtxt98 @tf.Defun(tf.float32)
/external/tensorflow/tensorflow/compiler/aot/tests/
Dmake_test_graphs.py120 @function.Defun(dtypes.int32, dtypes.int32)

12