| /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/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/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/rust/crates/crossbeam-channel/src/ |
| D | waker.rs | 47 pub(crate) fn register(&mut self, oper: Operation, cx: &Context) { in register() 53 pub(crate) fn register_with_packet(&mut self, oper: Operation, packet: *mut (), cx: &Context) { in register_with_packet() 124 pub(crate) fn watch(&mut self, oper: Operation, cx: &Context) { in watch() 134 pub(crate) fn unwatch(&mut self, oper: Operation) { in unwatch() 197 pub(crate) fn register(&self, oper: Operation, cx: &Context) { in register() 236 pub(crate) fn watch(&self, oper: Operation, cx: &Context) { in watch() 247 pub(crate) fn unwatch(&self, oper: Operation) { in unwatch()
|
| D | select.rs | 36 pub struct Operation(usize); struct 38 impl Operation { impl 45 pub fn hook<T>(r: &mut T) -> Operation { in hook() 67 Operation(Operation), enumerator 107 fn register(&self, oper: Operation, cx: &Context) -> bool; in register() 110 fn unregister(&self, oper: Operation); in unregister() 119 fn watch(&self, oper: Operation, cx: &Context) -> bool; in watch() 122 fn unwatch(&self, oper: Operation); in unwatch() 134 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 138 fn unregister(&self, oper: Operation) { in unregister() [all …]
|
| D | channel.rs | 1363 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 1371 fn unregister(&self, oper: Operation) { in unregister() 1395 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 1403 fn unwatch(&self, oper: Operation) { in unwatch() 1435 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 1446 fn unregister(&self, oper: Operation) { in unregister() 1479 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 1490 fn unwatch(&self, oper: Operation) { in unwatch()
|
| /external/perfetto/src/profiling/memory/ |
| D | bookkeeping_unittest.cc | 258 struct Operation { in TEST() struct 259 uint64_t sequence_number; in TEST() 260 OperationType type; in TEST() 261 uint64_t address; in TEST() 262 uint64_t bytes; // 0 for free in TEST() 263 const std::vector<unwindstack::FrameData>* stack; // nullptr for free in TEST() 264 const std::vector<std::string>* build_ids; // nullptr for free in TEST() 267 bool operator<(const Operation& other) const { in TEST()
|
| /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 | at.rs | 173 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register() 178 fn unregister(&self, _oper: Operation) {} in unregister() 191 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch() 196 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 | zero.rs | 406 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 417 fn unregister(&self, oper: Operation) { in unregister() 435 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 441 fn unwatch(&self, oper: Operation) { in unwatch() 456 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 467 fn unregister(&self, oper: Operation) { in unregister() 485 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 491 fn unwatch(&self, oper: Operation) { in unwatch()
|
| D | array.rs | 574 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 579 fn unregister(&self, oper: Operation) { in unregister() 591 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 596 fn unwatch(&self, oper: Operation) { in unwatch() 610 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 615 fn unregister(&self, oper: Operation) { in unregister() 627 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 632 fn unwatch(&self, oper: Operation) { in unwatch()
|
| D | list.rs | 690 fn register(&self, oper: Operation, cx: &Context) -> bool { in register() 695 fn unregister(&self, oper: Operation) { in unregister() 707 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch() 712 fn unwatch(&self, oper: Operation) { in unwatch() 726 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register() 730 fn unregister(&self, _oper: Operation) {} in unregister() 740 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch() 744 fn unwatch(&self, _oper: Operation) {} in unwatch()
|
| /external/pigweed/pw_sync/public/pw_sync/ |
| D | virtual_basic_lockable.h | 40 enum class Operation { enum 70 void DoLockOperation(Operation) override {} in DoLockOperation() argument
|
| /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/compiler/mlir/tensorflow/utils/ |
| D | tpu_cluster_util.cc | 26 std::function<WalkResult(Operation*, tf_device::ClusterOp, in WalkReachableFromTpuCluster() 98 ModuleOp module, std::function<WalkResult(Operation*, tf_device::ClusterOp, in WalkReachableFromTpuCluster() 106 std::function<WalkResult(Operation*, tf_device::ClusterOp)> callback) { in WalkReachableFromTpuCluster()
|
| D | shape_inference_utils.h | 24 class Operation; variable
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
| D | model.h | 57 struct Operation { struct 64 Operation operation; argument
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
| D | merge_control_flow.cc | 95 llvm::SmallSetVector<Operation*, 4>& downstream_if_ops, in SafeToMerge() 242 llvm::SmallSetVector<Operation*, 4> middle_if_ops, in GetMoveOpsBetweenTwoIfRegions() 412 llvm::SmallVector<Operation*, 8>& moved_ops_ordered) { in MoveOpsAfter() 454 llvm::SmallDenseMap<Operation*, TF::IfRegionOp>& old_to_new_IfRegion_map, in UpdateMovedOpList() 455 llvm::SmallVector<Operation*, 8>& moved_ops_list) { in UpdateMovedOpList() 520 llvm::SmallVector<Operation*, 8>& moved_ops_list, in MergeIfPerSegment() 522 llvm::SmallDenseMap<Operation*, TF::IfRegionOp>& old_to_new_IfRegion_map) { in MergeIfPerSegment() 585 llvm::SmallDenseMap<Operation*, TF::IfRegionOp>& old_to_new_IfRegion_map) { in MergeIfPerIfGroups()
|
| D | executor_tpuv1_island_coarsening.cc | 94 Operation& op, Block* block, SmallPtrSet<Operation*, 16>& unscheduled_ops) { in HasDataDependencyWithUnscheduledOp() 112 Operation& op, Block* block, SmallPtrSet<Operation*, 16>& unscheduled_ops) { in HasControlDependencyWithUnscheduledOp() 178 SmallPtrSet<Operation*, 16>& islands_set, in CollectCandidateIslands() 212 SmallPtrSet<Operation*, 16>& wrapped_ops) { in CreateMergedIsland() 502 SmallPtrSet<Operation*, 16>& visited_wrapped_ops) { in CollectSpecialTpuOps()
|
| /external/tensorflow/tensorflow/python/tpu/ |
| D | tpu.py | 248 op: ops.Operation, 297 def __init__(self, name: Text, num_replicas: int, pivot: ops.Operation): 416 def EnterGradientColocation(self, op: ops.Operation, gradient_uid: Text): 470 def ExitGradientColocation(self, op: ops.Operation, gradient_uid: Text): 568 self, op: ops.Operation 593 def AddOp(self, op: ops.Operation) -> None: 691 def AddInnerOp(self, op: ops.Operation): 732 def AddOp(self, op: ops.Operation) -> None: 740 def AddInnerOp(self, op: ops.Operation) -> None:
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
| D | tf_ops_device_helper.h | 21 class Operation; variable
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
| D | constraint_fusion_pass.cc | 197 llvm::SmallSetVector<Operation *, 16> &toBeErased, in materializeBlockGlobalConstraintFusion() 236 llvm::SmallSetVector<Operation *, 16> &considerDead) { in isRemainingUse() 261 llvm::SmallSetVector<Operation *, 16> &toBeErased) { in tryFlagForErase() 276 llvm::SmallSetVector<Operation *, 16> &toBeErased, in analyzeBroadcastableConstraint() 335 Block *theBlock, llvm::SmallSetVector<Operation *, 16> &toBeErased, in analyzeBlockGlobalConstraints()
|