Home
last modified time | relevance | path

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

123

/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 {
55 func (op *Operation) OutputListSize(output string) (int, error) {
64 func (op *Operation) Output(i int) Output {
Dgraph.go126 func (g *Graph) Operation(name string) *Operation { func
Dsession.go349 func newCRunArgs(feeds map[Output]*Tensor, fetches []Output, targets []*Operation) *cRunArgs {
/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/nos/host/android/hals/keymaster/
Dbuffer.cpp44 class Operation { class
46 Operation(Algorithm algorithm) : _algorithm(algorithm), _buffer{} { in Operation() function in android::hardware::keymaster::Operation
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DOperation.java30 public final class Operation { class
35 Operation(Graph g, long unsafeNativeHandle) { in Operation() method in Operation
/external/swiftshader/third_party/LLVM/unittests/ADT/
DPackedVectorTest.cpp21 TEST(PackedVectorTest, Operation) { in TEST() argument
/external/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
Dops.h39 Operation() : node_(nullptr) {} in Operation() function
/external/llvm/tools/llvm-cov/
DCoverageFilters.h57 enum Operation { LessThan, GreaterThan }; enum
/external/protobuf/src/google/protobuf/
Dwire_format.h233 enum Operation { enum
Dwire_format_lite.h319 enum Operation { enum
/external/brotli/java/org/brotli/wrapper/enc/
DEncoderJNI.java21 enum Operation { enum in EncoderJNI
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DOperation.java32 public class Operation extends Expression implements ExpressionOwner class
/external/llvm/include/llvm/MC/
DMCWinEH.h25 const unsigned Operation; member
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp218 class Operation class
221 Operation (void) {} in Operation() function in vkt::synchronization::Operation
/external/guava/guava-tests/test/com/google/common/collect/
DConcurrentHashMultisetBasherTest.java160 private enum Operation { enum in ConcurrentHashMultisetBasherTest.MutateTask
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp188 ArchiveOperation Operation = NoOperation; in parseCommandLine() local
712 ArchiveOperation Operation = parseCommandLine(); in main() local
/external/deqp/modules/egl/
DteglImageFormatTests.cpp139 struct Operation struct
141 Operation (int apiIndex_, const Action& action_) : apiIndex(apiIndex_), action(&action_) {} in Operation() argument
142 int apiIndex;
143 const Action* action;
/external/deqp/framework/common/
DtcuThreadUtil.cpp113 Operation::Operation (const char* name) in Operation() function in tcu::ThreadUtil::Operation
DtcuThreadUtil.hpp129 class Operation class
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersionTests.cpp42 enum Operation enum
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9ex.c82 D3DCOMPOSERECTSOP Operation, in NineDevice9Ex_ComposeRects()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp328 OperationFunctionTy Operation; in eliminateOverflowIntrinsic() local

123