/external/tensorflow/tensorflow/go/ |
D | operation.go | 26 type Operation struct { struct 27 c *C.TF_Operation 30 g *Graph 34 func (op *Operation) Name() string { 39 func (op *Operation) Type() string { 44 func (op *Operation) NumOutputs() int { 50 func (op *Operation) Device() string { 61 func (op *Operation) OutputListSize(output string) (int, error) { 70 func (op *Operation) Output(i int) Output { 75 func (op *Operation) NumInputs() int {
|
D | attrs.go | 54 func listAttribute(op *Operation, cname *C.char, meta C.TF_AttrMetadata) (interface{}, error) { 184 func scalarAttribute(op *Operation, cname *C.char, meta C.TF_AttrMetadata) (interface{}, error) {
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts.h | 81 struct Operation { struct 88 size_t operator()(const Operation& operation) const; argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts.h | 81 struct Operation { struct 88 size_t operator()(const Operation& operation) const; argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts.h | 81 struct Operation { struct 88 size_t operator()(const Operation& operation) const; argument
|
/external/rust/crates/crossbeam-channel/src/ |
D | waker.rs | 46 pub fn register(&mut self, oper: Operation, cx: &Context) { in register() 52 pub fn register_with_packet(&mut self, oper: Operation, packet: usize, cx: &Context) { in register_with_packet() 125 pub fn watch(&mut self, oper: Operation, cx: &Context) { in watch() 135 pub fn unwatch(&mut self, oper: Operation) { in unwatch() 198 pub fn register(&self, oper: Operation, cx: &Context) { in register() 237 pub fn watch(&self, oper: Operation, cx: &Context) { in watch() 248 pub fn unwatch(&self, oper: Operation) { in unwatch()
|
D | select.rs | 34 pub struct Operation(usize); struct 36 impl Operation { implementation 43 pub fn hook<T>(r: &mut T) -> Operation { in hook() 65 Operation(Operation), enumerator 104 fn register(&self, oper: Operation, cx: &Context) -> bool; in register() 107 fn unregister(&self, oper: Operation); in unregister() 116 fn watch(&self, oper: Operation, cx: &Context) -> bool; in watch() 119 fn unwatch(&self, oper: Operation); in unwatch() 131 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 135 fn unregister(&self, oper: Operation) { in unregister() [all …]
|
/external/perfetto/src/profiling/memory/ |
D | bookkeeping_unittest.cc | 264 struct Operation { in TEST() struct 265 uint64_t sequence_number; in TEST() 266 OperationType type; in TEST() 267 uint64_t address; in TEST() 268 uint64_t bytes; // 0 for free in TEST() 269 const std::vector<unwindstack::FrameData>* stack; // nullptr for free in TEST() 270 const std::vector<std::string>* build_ids; // nullptr for free in TEST() 273 bool operator<(const Operation& other) const { in TEST()
|
/external/llvm-project/mlir/lib/Pass/ |
D | PassManagerOptions.cpp | 106 shouldPrintBeforePass = [](Pass *, Operation *) { return true; }; in addPrinterInstrumentation() argument 110 shouldPrintBeforePass = [&](Pass *pass, Operation *) { in addPrinterInstrumentation() argument 119 shouldPrintAfterPass = [](Pass *, Operation *) { return true; }; in addPrinterInstrumentation() argument 123 shouldPrintAfterPass = [&](Pass *pass, Operation *) { in addPrinterInstrumentation() argument
|
/external/rust/crates/crossbeam-channel/src/flavors/ |
D | never.rs | 86 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register() 91 fn unregister(&self, _oper: Operation) {} in unregister() 104 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch() 109 fn unwatch(&self, _oper: Operation) {} in unwatch()
|
D | tick.rs | 143 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register() 148 fn unregister(&self, _oper: Operation) {} in unregister() 161 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch() 166 fn unwatch(&self, _oper: Operation) {} in unwatch()
|
D | at.rs | 178 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register() 183 fn unregister(&self, _oper: Operation) {} in unregister() 196 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch() 201 fn unwatch(&self, _oper: Operation) {} in unwatch()
|
D | zero.rs | 377 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 388 fn unregister(&self, oper: Operation) { in unregister() 406 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 412 fn unwatch(&self, oper: Operation) { in unwatch() 427 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 438 fn unregister(&self, oper: Operation) { in unregister() 456 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 462 fn unwatch(&self, oper: Operation) { in unwatch()
|
D | array.rs | 580 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 585 fn unregister(&self, oper: Operation) { in unregister() 597 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 602 fn unwatch(&self, oper: Operation) { in unwatch() 616 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 621 fn unregister(&self, oper: Operation) { in unregister() 633 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 638 fn unwatch(&self, oper: Operation) { in unwatch()
|
D | list.rs | 614 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 619 fn unregister(&self, oper: Operation) { in unregister() 631 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 636 fn unwatch(&self, oper: Operation) { in unwatch() 650 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register() 654 fn unregister(&self, _oper: Operation) {} in unregister() 664 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch() 668 fn unwatch(&self, _oper: Operation) {} in unwatch()
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 224 ArchiveOperation Operation; in parseCommandLine() local 402 static void performReadOperation(ArchiveOperation Operation, in performReadOperation() 478 static InsertAction computeInsertAction(ArchiveOperation Operation, in computeInsertAction() 529 computeNewArchiveMembers(ArchiveOperation Operation, in computeNewArchiveMembers() 622 performWriteOperation(ArchiveOperation Operation, in performWriteOperation() 673 static void performOperation(ArchiveOperation Operation, in performOperation() 698 static int performOperation(ArchiveOperation Operation, in performOperation() 807 ArchiveOperation Operation = parseCommandLine(); in ar_main() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model.h | 57 struct Operation { struct 64 Operation operation; argument
|
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | NestedMatcher.h | 19 class Operation; variable 91 inline bool defaultFilterFunction(Operation &) { return true; } in defaultFilterFunction() argument
|
D | SliceAnalysis.h | 21 class Operation; variable
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu.py | 232 op: ops.Operation, 281 def __init__(self, name: Text, num_replicas: int, pivot: ops.Operation): 393 def EnterGradientColocation(self, op: ops.Operation, gradient_uid: Text): 447 def ExitGradientColocation(self, op: ops.Operation, gradient_uid: Text): 544 self, op: ops.Operation 569 def AddOp(self, op: ops.Operation) -> None: 668 def AddInnerOp(self, op: ops.Operation): 709 def AddOp(self, op: ops.Operation) -> None: 717 def AddInnerOp(self, op: ops.Operation) -> None:
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Verifier.h | 14 class Operation; variable
|
D | AsmState.h | 21 class Operation; variable
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/Transforms/ |
D | LegalizeForExport.h | 15 class Operation; variable
|
/external/llvm-project/mlir/include/mlir/Target/ |
D | NVVMIR.h | 26 class Operation; variable
|
D | ROCDLIR.h | 27 class Operation; variable
|