Home
last modified time | relevance | path

Searched defs:captures (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
Dflat_tensor_function.cc36 const std::string& name, std::vector<ImmediateTensorHandlePtr> captures, in FlatTensorFunction()
50 std::vector<ImmediateExecutionTensorHandle*> captures, in Create()
Dtf_signature_def_function_revival_state.h50 std::vector<ImmediateExecutionTensorHandle*> captures; member
Dtf_concrete_function_revival_state.h43 std::vector<ImmediateExecutionTensorHandle*> captures; member
Dtf_signature_def_function.cc43 std::vector<ImmediateExecutionTensorHandle*> captures, in Create()
Dtf_concrete_function.cc42 std::vector<ImmediateExecutionTensorHandle*> captures, in Create()
Dpartially_revived_objects.cc285 std::vector<ImmediateExecutionTensorHandle*> captures; in CreateConcreteFunction() local
307 std::vector<ImmediateExecutionTensorHandle*> captures; in CreateSignatureDefFunction() local
/external/llvm-project/mlir/utils/textmate/
Dmlir.json20 "captures":{ object
29 "captures":{ object
63 "captures":{ object
80 "captures":{ object
/external/llvm-project/lldb/tools/lldb-vscode/syntaxes/
Ddisassembly.json10 "captures": { object
19 "captures": { object
28 "captures": { object
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dtf_concrete_function_loading_test.cc102 std::unordered_map<int, std::unique_ptr<TensorHandleConvertible>> captures; in TEST_F() local
146 std::unordered_map<int, std::unique_ptr<TensorHandleConvertible>> captures; in TEST_F() local
171 std::unordered_map<int, std::unique_ptr<TensorHandleConvertible>> captures; in TEST_F() local
234 std::unordered_map<int, std::unique_ptr<TensorHandleConvertible>> captures; in TEST_F() local
Dsaved_model_utils.cc262 std::vector<ImmediateExecutionTensorHandle*> captures; in LoadTFConcreteFunction() local
/external/angle/src/tests/perf_tests/
DEGLInitializePerf.cpp31 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_currentTime() local
42 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_histogramCustomCounts() local
/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DUtils.cpp94 llvm::SetVector<Value> captures; in outlineIfOp() local
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dtemplates.cpp19 T captures(T x, T y) { in captures() function
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dtemplates.cpp19 T captures(T x, T y) { in captures() function
/external/rust/crates/regex/src/
Dprog.rs27 pub captures: Vec<Option<String>>, field
Dre_bytes.rs255 pub fn captures<'t>(&self, text: &'t [u8]) -> Option<Captures<'t>> { in captures() method
Dre_unicode.rs312 pub fn captures<'t>(&self, text: &'t str) -> Option<Captures<'t>> { in captures() method
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-redundant-void-arg.cpp460 #define LAMBDA3(captures, args, body) captures args body argument
/external/rust/crates/regex-automata/tests/
Dcollection.rs57 pub captures: Vec<Option<Match>>, field
/external/tensorflow/tensorflow/python/framework/
Dfunction.py839 def captures(self): member in _FuncGraph
Dfunc_graph.py672 def captures(self): member in FuncGraph
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp933 std::smatch captures; in GetLineAndFilename() local
/external/clang/include/clang/AST/
DStmt.h2140 capture_range captures() { in captures() function
2143 capture_const_range captures() const { in captures() function
/external/clang/lib/AST/
DExprCXX.cpp952 LambdaExpr::capture_range LambdaExpr::captures() const { in captures() function in LambdaExpr
/external/llvm-project/clang/include/clang/AST/
DStmt.h3602 capture_range captures() { in captures() function
3605 capture_const_range captures() const { in captures() function

12