Home
last modified time | relevance | path

Searched refs:side_effects (Results 1 – 25 of 70) sorted by relevance

123

/external/tensorflow/tensorflow/python/framework/
Dsubscribe.py109 def _subscribe_new(tensor, side_effects, control_cache): argument
131 for s in side_effects:
156 def _subscribe_extend(tensor, side_effects): argument
175 for s in side_effects:
218 def _subscribe(tensor, side_effects, control_cache): argument
243 return _subscribe_extend(tensor, side_effects)
255 return _subscribe_extend(candidate_tensor, side_effects)
257 return _subscribe_new(tensor, side_effects, control_cache)
291 def _scoped_subscribe(tensor, side_effects, control_cache): argument
310 return _subscribe(tensor, side_effects, control_cache)
[all …]
/external/autotest/utils/side_effects/proto/
DREADME.md1 #### side_effects/proto
4 `go.chromium.org/chromiumos/infra/proto/go/test_platform/side_effects`
7 Copied from `chromite/api/gen/test_platform/side_effects/`.
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_inference.py401 side_effects = None
402 return ret_types, side_effects
416 ret_type, side_effects = None, None
418 ret_type, side_effects = self._resolve_typed_callable(
424 ret_type, side_effects = self.resolver.res_call(self.namespace,
431 if side_effects:
432 if not isinstance(side_effects, dict):
434 'side effects must be dict, got {}'.format(side_effects))
435 for k, v in side_effects.items():
440 if side_effects:
[all …]
/external/llvm-project/llvm/test/Transforms/Attributor/IPConstantProp/
Dmusttail-call.ll17 ; IS__TUNIT____-NEXT: [[CA:%.*]] = musttail call i8* @side_effects(i8 [[V]])
33 ; IS__CGSCC____-NEXT: [[CA:%.*]] = musttail call i8* @side_effects(i8 [[V]])
49 %ca = musttail call i8* @side_effects(i8 %v)
63 define internal i8* @side_effects(i8 %v) {
64 ; CHECK-LABEL: define {{[^@]+}}@side_effects
/external/llvm-project/llvm/test/Transforms/SCCP/
Dmusttail-call.ll12 ; CHECK: %ca = musttail call i8* @side_effects(i8 0)
14 %ca = musttail call i8* @side_effects(i8 %v)
30 define internal i8* @side_effects(i8 %v) {
/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py225 side_effects = []
230 side_effects.append(full_dep_path)
235 side_effects.append(full_dwo_path)
237 return side_effects
/external/chromium-trace/catapult/devil/devil/utils/lazy/
Dweak_constant_test.py22 def __init__(self, side_effects): argument
23 self._side_effects = iter(side_effects or [])
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dside_effect_analysis.cc162 const SideEffects& side_effects = resource_info.getSecond(); in IsResourceOpReadOnly() local
163 if (!side_effects.IsReadOnly()) return false; in IsResourceOpReadOnly()
179 const SideEffects& side_effects = resource_info.getSecond(); in IsResourceOpAllocOnly() local
180 if (!side_effects.IsAllocOnly()) return false; in IsResourceOpAllocOnly()
/external/autotest/utils/side_effects/
Dconfig_loader_unittest.py12 from autotest_lib.utils.side_effects import config_loader
13 from autotest_lib.utils.side_effects.proto import config_pb2
Dconfig_loader.py13 from autotest_lib.utils.side_effects.proto import config_pb2
/external/python/cpython2/Lib/test/
Dtest_wsgiref.py548 side_effects = {'close_called': False}
559 side_effects['close_called'] = True
564 self.assertEqual(side_effects['close_called'], True)
/external/python/cpython3/Lib/test/
Dtest_wsgiref.py780 side_effects = {'close_called': False}
790 side_effects['close_called'] = True
795 self.assertEqual(side_effects['close_called'], True)
/external/protobuf/python/
Dmox.py738 def WithSideEffects(self, side_effects): argument
748 self._side_effects = side_effects
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b4.rst189 unittest.mock side_effects can now be exceptions again. This was a
D3.9.0a2.rst507 AsyncMock now returns StopAsyncIteration on the exhaustion of a side_effects
/external/python/mock/
DCHANGELOG.rst149 - Issue #23661: unittest.mock side_effects can now be exceptions again. This
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx2a.cpp318 constexpr bool side_effects() { in side_effects() function
339 static_assert(side_effects());
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dreg-stackify.ll225 ; CHECK: side_effects:
230 ; NOREGS: side_effects:
/external/autotest/tko/
Dparse.py31 from autotest_lib.utils.side_effects import config_loader
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen.py410 side_effects = {
414 return {type(None)}, side_effects
/external/autotest/site_utils/
Dgs_offloader.py50 from autotest_lib.utils.side_effects import config_loader
/external/llvm/test/CodeGen/WebAssembly/
Dreg-stackify.ll166 ; CHECK: side_effects:
/external/angle/src/tests/deqp_support/
Ddeqp_gles2_test_expectations.txt140 2631 MAC OPENGL : dEQP-GLES2.functional.shaders.operator.sequence.side_effects.affect_* = FAIL
223 2631 GLES ANDROID : dEQP-GLES2.functional.shaders.operator.sequence.side_effects.affect_* = FAIL
779 5990 PIXEL4ORXL VULKAN : dEQP-GLES2.functional.shaders.operator.sequence.side_effects.highp_vec4_ve…
/external/deqp/android/cts/master/
Dgles2-master-2020-03-01.txt6026 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.lowp_vec4_vertex
6027 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.lowp_vec4_fragment
6028 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.mediump_vec4_vertex
6029 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.mediump_vec4_fragment
6030 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.highp_vec4_vertex
6031 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.highp_vec4_fragment
6032 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.lowp_float_int_vertex
6033 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.lowp_float_int_fragment
6034 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.mediump_float_int_vertex
6035 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.mediump_float_int_fragment
[all …]
Dgles2-master.txt6058 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.lowp_vec4_vertex
6059 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.lowp_vec4_fragment
6060 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.mediump_vec4_vertex
6061 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.mediump_vec4_fragment
6062 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.highp_vec4_vertex
6063 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.highp_vec4_fragment
6064 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.lowp_float_int_vertex
6065 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.lowp_float_int_fragment
6066 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.mediump_float_int_vertex
6067 dEQP-GLES2.functional.shaders.operator.sequence.side_effects.mediump_float_int_fragment
[all …]

123