Home
last modified time | relevance | path

Searched defs:Operation (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/tensorflow/tensorflow/go/
Doperation.go26 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 {
Dattrs.go54 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/
Ddata_synonym_and_id_equation_facts.h81 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/
Ddata_synonym_and_id_equation_facts.h81 struct Operation { struct
88 size_t operator()(const Operation& operation) const; argument
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.h81 struct Operation { struct
88 size_t operator()(const Operation& operation) const; argument
/external/rust/crates/crossbeam-channel/src/
Dwaker.rs47 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()
118 pub(crate) fn watch(&mut self, oper: Operation, cx: &Context) { in watch()
128 pub(crate) fn unwatch(&mut self, oper: Operation) { in unwatch()
191 pub(crate) fn register(&self, oper: Operation, cx: &Context) { in register()
230 pub(crate) fn watch(&self, oper: Operation, cx: &Context) { in watch()
241 pub(crate) fn unwatch(&self, oper: Operation) { in unwatch()
Dselect.rs35 pub struct Operation(usize); struct
37 impl Operation { implementation
44 pub fn hook<T>(r: &mut T) -> Operation { in hook()
66 Operation(Operation), enumerator
106 fn register(&self, oper: Operation, cx: &Context) -> bool; in register()
109 fn unregister(&self, oper: Operation); in unregister()
118 fn watch(&self, oper: Operation, cx: &Context) -> bool; in watch()
121 fn unwatch(&self, oper: Operation); in unwatch()
133 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
137 fn unregister(&self, oper: Operation) { in unregister()
[all …]
Dchannel.rs1346 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
1354 fn unregister(&self, oper: Operation) { in unregister()
1378 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
1386 fn unwatch(&self, oper: Operation) { in unwatch()
1418 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
1429 fn unregister(&self, oper: Operation) { in unregister()
1462 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
1473 fn unwatch(&self, oper: Operation) { in unwatch()
/external/perfetto/src/profiling/memory/
Dbookkeeping_unittest.cc258 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/
Dnever.rs87 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register()
92 fn unregister(&self, _oper: Operation) {} in unregister()
105 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch()
110 fn unwatch(&self, _oper: Operation) {} in unwatch()
Dtick.rs144 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register()
149 fn unregister(&self, _oper: Operation) {} in unregister()
162 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch()
167 fn unwatch(&self, _oper: Operation) {} in unwatch()
Dat.rs179 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register()
184 fn unregister(&self, _oper: Operation) {} in unregister()
197 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch()
202 fn unwatch(&self, _oper: Operation) {} in unwatch()
Dzero.rs397 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
408 fn unregister(&self, oper: Operation) { in unregister()
426 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
432 fn unwatch(&self, oper: Operation) { in unwatch()
447 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
458 fn unregister(&self, oper: Operation) { in unregister()
476 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
482 fn unwatch(&self, oper: Operation) { in unwatch()
Darray.rs578 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
583 fn unregister(&self, oper: Operation) { in unregister()
595 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
600 fn unwatch(&self, oper: Operation) { in unwatch()
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()
Dlist.rs688 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
693 fn unregister(&self, oper: Operation) { in unregister()
705 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
710 fn unwatch(&self, oper: Operation) { in unwatch()
724 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register()
728 fn unregister(&self, _oper: Operation) {} in unregister()
738 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch()
742 fn unwatch(&self, _oper: Operation) {} in unwatch()
/external/pigweed/pw_sync/public/pw_sync/
Dvirtual_basic_lockable.h40 enum class Operation { enum
70 void DoLockOperation(Operation) override {} in DoLockOperation() argument
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp224 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/
Dmodel.h57 struct Operation { struct
64 Operation operation; argument
/external/tensorflow/tensorflow/python/tpu/
Dtpu.py232 op: ops.Operation,
281 def __init__(self, name: Text, num_replicas: int, pivot: ops.Operation):
398 def EnterGradientColocation(self, op: ops.Operation, gradient_uid: Text):
452 def ExitGradientColocation(self, op: ops.Operation, gradient_uid: Text):
550 self, op: ops.Operation
575 def AddOp(self, op: ops.Operation) -> None:
673 def AddInnerOp(self, op: ops.Operation):
714 def AddOp(self, op: ops.Operation) -> None:
722 def AddInnerOp(self, op: ops.Operation) -> None:
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp1434 struct Operation struct
1437 const char* name;
1440 FloatUsage floatUsage;
1444 const char* annotations;
1445 const char* types;
1446 const char* constants;
1447 const char* variables;
1448 const char* functions;
1449 const char* commands;
1455 bool isInputTypeRestricted;
[all …]
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/utils/
Dcodegen_utils.h29 class Operation; variable
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dpasses.h32 class Operation; variable
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dpasses.h28 class Operation; variable
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_extract_outside_compilation.cc280 bool HasDynamicOutputs(const llvm::SmallSetVector<Operation*, 4>& cluster_ops) { in HasDynamicOutputs()
310 const llvm::SmallSetVector<Operation*, 4>& cluster_ops) { in GetStaticExternalOperands()
340 const llvm::SmallSetVector<Operation*, 4>& cluster_ops) { in GetAllExternalOperands()
359 const llvm::SmallSetVector<Operation*, 4>& cluster_ops) { in GetExternalOperands()
372 const llvm::SmallSetVector<Operation*, 4>& cluster_ops) { in GetExternalOutputs()
506 void MoveOpsToHost(const llvm::SmallSetVector<Operation*, 4>& clustered_ops, in MoveOpsToHost()
/external/perfetto/docs/concepts/
Ddetached-mode.md31 ## Operation section in Running perfetto in detached mode

1234567891011