Home
last modified time | relevance | path

Searched refs:captures (Results 1 – 25 of 150) sorted by relevance

123456

/external/tensorflow/tensorflow/python/eager/
Dfunction.py56 def capture_tensors(captures): argument
59 _scoped_captures.tensors = captures
138 def __init__(self, captures): argument
141 self.captures = captures
177 inputs[i] = capture_value(self.captures, inp, inp.dtype, inp.op.name)
385 captures = list(sorted(c.captured_tensors, key=lambda x: x.name))
389 filtered_outputs + captures)
390 all_inputs = self._out_grad_placeholders + captures
581 captures = {}
582 tmp_graph = CapturingGraph(captures)
[all …]
Dgraph_callable.py260 captures = {}
261 tmp_graph = function.CapturingGraph(captures)
282 captures):
297 captures):
305 ids = list(sorted(captures.keys()))
307 extra_inputs, extra_placeholders = zip(*[captures[x] for x in ids])
/external/llvm/test/Analysis/BasicAA/
Dnoalias-param.ll3 declare i32* @captures(i32* %cap) nounwind readonly
8 %cap = call i32* @captures(i32* %a) nounwind readonly
18 %cap = call i32* @captures(i32* %c) nounwind readonly
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dtemplates.cpp19 T captures(T x, T y) { in captures() function
35 template int captures(int, int);
36 template X captures(X, X);
/external/clang/test/SemaObjC/
Darc-jump-block.m22 …eLeft]; }); // expected-note 3 {{jump enters lifetime of block which strongly captures a variable}}
25 …Right]; }); // expected-note 2 {{jump enters lifetime of block which strongly captures a variable}}
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer_usage.txt1 Used to analyze the chaos logs & packet captures and produce a consolidated analysis of each test a…
17 3. The analysis output for each attempt is stored in the same folder as the packet captures with th…
/external/tensorflow/tensorflow/contrib/lite/java/demo/
D.gitignore8 /captures
/external/walt/android/WALT/
D.gitignore8 /captures
/external/v8/src/regexp/
Dinterpreter-irregexp.h22 int* captures,
/external/subsampling-scale-image-view/
D.gitignore10 captures/
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
DHOW_TO_RUN4 It's just a GL application that sets R600_DEBUG and captures stderr.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp154 for (const auto &I : BD->captures()) { in getSelfDecl()
169 for (const LambdaCapture &LC : parent->captures()) { in getSelfDecl()
563 for (const auto &CI : BD->captures()) { in LazyInitializeReferencedDecls()
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
Dcontrol.stratosmedia16 This test enrolls ChromeOS device into kiosk mode and captures device resource
Dcontrol.riseplayer16 This test enrolls ChromeOS device into kiosk mode and captures device resource
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml25 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml25 (* proto - This type represents the "prototype" for a function, which captures
/external/autotest/server/site_tests/enterprise_CFM_Perf/
Dcontrol17 This test enrolls ChromeOS device in to hotrod mode and captures device usage
Dcontrol.meet_app19 and captures device usage data including cpu, memory, temperature and JMI
/external/autotest/server/site_tests/platform_InitLoginPerfServer/
Dcontrol17 It captures the performance data for tpm initialization, as well as first-boot

123456