Home
last modified time | relevance | path

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

12345678910>>...16

/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/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/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/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/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()
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()
Dselect.rs36 pub struct Operation(usize); struct
38 impl Operation { implementation
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 …]
/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/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/detail/
Dio.hpp315 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_allocate() argument
329 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_deallocate() argument
340 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_is_continuation() argument
350 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_invoke() argument
363 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_invoke() argument
/external/rust/crates/crossbeam-channel/src/flavors/
Dnever.rs86 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()
Dat.rs173 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()
Dtick.rs143 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()
Dzero.rs406 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()
Darray.rs575 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
580 fn unregister(&self, oper: Operation) { in unregister()
592 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
597 fn unwatch(&self, oper: Operation) { in unwatch()
611 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
616 fn unregister(&self, oper: Operation) { in unregister()
628 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
633 fn unwatch(&self, oper: Operation) { in unwatch()
Dlist.rs699 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
704 fn unregister(&self, oper: Operation) { in unregister()
716 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
721 fn unwatch(&self, oper: Operation) { in unwatch()
735 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register()
739 fn unregister(&self, _oper: Operation) {} in unregister()
749 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch()
753 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/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtpu_cluster_util.cc26 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()
Dshape_inference_utils.h24 class Operation; variable
/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/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControls2Tests.cpp973 struct Operation struct
976 const char *name;
979 FloatUsage floatUsage;
983 const char *annotations;
984 const char *types;
985 const char *constants;
986 const char *variables;
987 const char *functions;
988 const char *commands;
989 vector<string> IDsToDecorate;
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h57 struct Operation { struct
64 Operation operation; argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dmerge_control_flow.cc95 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()
/external/tensorflow/tensorflow/python/tpu/
Dtpu.py248 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/
Dtf_ops_device_helper.h21 class Operation; variable
/external/googleapis/google/longrunning/
DREADME.md6 ### Operation subsection

12345678910>>...16