Home
last modified time | relevance | path

Searched refs:stateless (Results 1 – 25 of 68) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/tests/
Dstateless_random_ops_test.py33 from tensorflow.python.ops import stateless_random_ops as stateless unknown
109 stateless.stateless_random_uniform, stateless.stateless_random_normal
133 x = stateless.stateless_random_uniform(
148 x = stateless.stateless_random_uniform(
164 x = stateless.stateless_random_normal(
175 x = stateless.stateless_random_normal(
189 x = stateless.stateless_truncated_normal(
207 random_t = stateless.stateless_random_uniform(
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dstateless_random_ops_test.py38 from tensorflow.python.ops import stateless_random_ops as stateless unknown
91 ('uniform', stateless.stateless_random_uniform, random_ops.random_uniform,
93 ('uniform2', stateless.stateless_random_uniform,
96 ('normal', stateless.stateless_random_normal, random_ops.random_normal,
98 ('normal2', stateless.stateless_random_normal, random_ops.random_normal,
101 ('trnorm', stateless.stateless_truncated_normal,
103 ('trnorm2', stateless.stateless_truncated_normal,
152 functools.partial(wrap, stateless.stateless_random_uniform,
169 functools.partial(wrap, stateless.stateless_multinomial, logits,
182 functools.partial(wrap, stateless.stateless_random_gamma, alpha,
[all …]
Dparameterized_truncated_normal_op_test.py37 from tensorflow.python.ops import stateless_random_ops as stateless unknown
140 samples = stateless.stateless_parameterized_truncated_normal(
173 samples = stateless.stateless_parameterized_truncated_normal(
293 sample_op_stateless = stateless.stateless_parameterized_truncated_normal(
318 samples = stateless.stateless_parameterized_truncated_normal(
/external/llvm-project/llvm/test/Other/
Dopt-O3-pipeline-enable-matrix.ll53 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
72 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
84 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
100 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
114 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
127 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
154 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
171 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
187 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
217 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
[all …]
Dopt-O2-pipeline.ll50 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
68 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
79 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
95 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
109 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
122 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
149 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
166 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
182 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
212 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
[all …]
Dopt-O3-pipeline.ll53 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
72 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
84 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
100 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
114 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
127 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
154 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
171 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
187 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
217 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
[all …]
Dopt-Os-pipeline.ll50 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
68 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
79 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
95 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
108 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
135 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
152 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
168 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
198 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
212 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
[all …]
Dopt-LTO-pipeline.ll49 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
74 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
84 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
97 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
114 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
140 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
164 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dopt-pipeline.ll42 ; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
88 ; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
109 ; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
115 ; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
138 ; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
154 ; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
187 ; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
216 ; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
230 ; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
246 ; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_PyFuncStateless.pbtxt4 summary: "A stateless version of PyFunc."
Dapi_def_PyFunc.pbtxt37 This operation is considered stateful. For a stateless version, see
Dapi_def_MapDefun.pbtxt44 The function given by `f` is assumed to be stateless, and is executed
/external/python/pybind11/docs/advanced/cast/
Dfunctional.rst13 two flavors: stateless lambda function resemble classic function pointers that
19 (stateful or stateless) with signature ``int -> int`` as an argument and runs
95 There is one exception: pybind11 detects case where a stateless function
/external/pdfium/fxjs/xfa/
Dcjx_script.cpp20 void CJX_Script::stateless(CFXJSE_Value* pValue, in stateless() function in CJX_Script
Dcjx_script.h23 JSE_PROP(stateless);
/external/tensorflow/tensorflow/python/keras/layers/ops/
DBUILD2 # Contains stateless ops for Keras layers.
/external/iptables/extensions/
Dlibip6t_eui64.man1 This module matches the EUI-64 part of a stateless autoconfigured IPv6 address.
Dlibip6t_SNPT.man1 Provides stateless source IPv6-to-IPv6 Network Prefix Translation (as described
Dlibip6t_DNPT.man1 Provides stateless destination IPv6-to-IPv6 Network Prefix Translation (as
/external/llvm-project/llvm/test/CodeGen/ARM/
DO3-pipeline.ll14 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
21 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
45 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
72 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
/external/llvm-project/llvm/test/Analysis/BasicAA/
Dphi-values-usage.ll9 ; CHECK: Executing Pass 'Basic Alias Analysis (stateless AA impl)'
16 ; CHECK-NOT: Executing Pass 'Basic Alias Analysis (stateless AA impl)'
/external/llvm-project/llvm/test/CodeGen/AArch64/
DO3-pipeline.ll35 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
41 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
70 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
93 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc319 auto stateless = inst->getAttrOfType<mlir::BoolAttr>("is_stateless"); in GetOperationNodeDef() local
320 if (stateless && stateless.getValue()) in GetOperationNodeDef()
/external/llvm-project/llvm/test/CodeGen/X86/
Dopt-pipeline.ll29 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
37 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
73 ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
/external/llvm-project/llvm/test/Analysis/MemoryDependenceAnalysis/
Dinvalidation.ll4 ; Check AA. AA is stateless, there's nothing to invalidate.

123