Home
last modified time | relevance | path

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

1234

/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) {
Dgraph.go154 func (g *Graph) Operation(name string) *Operation { func
/external/perfetto/src/profiling/memory/
Dbookkeeping_unittest.cc195 struct Operation { in TEST() struct
196 uint64_t sequence_number; in TEST()
197 OperationType type; in TEST()
198 uint64_t address; in TEST()
199 uint64_t bytes; // 0 for free in TEST()
200 const std::vector<FrameData>* stack; // nullptr for free in TEST()
203 bool operator<(const Operation& other) const { in TEST()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_dynamic_layout_pass.cc111 Value input, const llvm::SmallDenseMap<Operation*, int64_t>& walk_order, in BuildCopyWithLayout()
130 const llvm::SmallDenseMap<Operation*, int64_t>& walk_order) { in HandleInput()
146 const llvm::SmallDenseMap<Operation*, int64_t>& walk_order) { in HandleReplicatedInputs()
173 const llvm::SmallDenseMap<Operation*, int64_t>& walk_order) { in HandleExecute()
Dtpu_cluster_formation.cc141 const llvm::SmallSetVector<Operation*, 8>& cluster_ops, in ShouldMoveOpAfterCluster()
166 Block* block, const llvm::SmallSetVector<Operation*, 8>& cluster_ops) { in CollectClusterPrecedingUsers()
184 Block* block, const llvm::SmallSetVector<Operation*, 8>& cluster_ops) { in CollectClusterResults()
229 const llvm::SmallSetVector<Operation*, 8>& cluster_ops) { in MoveClusterOpsToLaunchOp()
/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/compiler/mlir/xla/transforms/
Dpasses.h28 class Operation; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
Dllvm-ar.cpp237 ArchiveOperation Operation; in parseCommandLine() local
438 static void performReadOperation(ArchiveOperation Operation, in performReadOperation()
518 static InsertAction computeInsertAction(ArchiveOperation Operation, in computeInsertAction()
570 computeNewArchiveMembers(ArchiveOperation Operation, in computeNewArchiveMembers()
664 performWriteOperation(ArchiveOperation Operation, in performWriteOperation()
722 static void performOperation(ArchiveOperation Operation, in performOperation()
747 static int performOperation(ArchiveOperation Operation, in performOperation()
929 ArchiveOperation Operation = parseCommandLine(); in ar_main() local
/external/perfetto/docs/concepts/
Ddetached-mode.md31 ## Operation section in Running perfetto in detached mode
Dclock-sync.md147 ## Operation section in Synchronization of multiple clock domains
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DOperation.java24 public interface Operation { interface
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp1333 struct Operation struct
1336 const char* name;
1339 FloatUsage floatUsage;
1343 const char* annotations;
1344 const char* types;
1345 const char* constants;
1346 const char* variables;
1347 const char* functions;
1348 const char* commands;
1354 bool isInputTypeRestricted;
[all …]
/external/llvm/unittests/ADT/
DPackedVectorTest.cpp21 TEST(PackedVectorTest, Operation) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DPackedVectorTest.cpp21 TEST(PackedVectorTest, Operation) { in TEST() argument
/external/tensorflow/tensorflow/cc/framework/
Dops.cc21 Operation::Operation(Node* n) : inputs_(GetInputs(n)), node_(n) {} in Operation() function in tensorflow::Operation
/external/llvm/tools/llvm-cov/
DCoverageFilters.h57 enum Operation { LessThan, GreaterThan }; enum
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageFilters.h82 enum Operation { LessThan, GreaterThan }; enum
/external/brotli/java/org/brotli/wrapper/enc/
DEncoderJNI.java21 enum Operation { enum in EncoderJNI
/external/protobuf/src/google/protobuf/
Dwire_format.h225 enum Operation { enum
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DOperation.java32 public class Operation extends Expression implements ExpressionOwner class
/external/guava/guava-tests/benchmark/com/google/common/collect/
DStreamsBenchmark.java52 enum Operation { enum in StreamsBenchmark
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h52 struct Operation { struct
61 Operation operation; argument
/external/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp185 class Operation { class
187 Operation() {} in Operation() function in __anondb2df33a0111::Operation
/external/perfetto/protos/perfetto/trace/gpu/
Dvulkan_memory_event.proto56 enum Operation { enum

1234