Searched defs:Operation (Results 1 - 25 of 60) sorted by relevance

123

/external/tensorflow/tensorflow/cc/framework/
H A Dops.cc21 Operation::Operation(Node* n) : inputs_(GetInputs(n)), node_(n) {} function in class:tensorflow::Operation
23 Output Operation::input(int32 i) const {
28 // Operation was constructed.
40 Output Operation::output(int32 i) const {
47 uint64 Operation::hash(int32 index) const {
52 Operation::Inputs Operation::GetInputs(Node* node) {
53 Operation::Inputs inputs;
H A Dops.h37 class Operation { class in namespace:tensorflow
39 Operation() : node_(nullptr) {} function in class:tensorflow::Operation
40 explicit Operation(Node* n);
54 bool operator==(const Operation& other) const { return node_ == other.node_; }
64 /// Represents a tensor value produced by an Operation.
70 Output(const Operation& op, int32 index) : op_(op), index_(index) {}
72 Operation op() const { return op_; }
84 Operation op_ = Operation(nullptr);
96 /// Represents a tensor value that can be used as an operand to an Operation
[all...]
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/layers/
H A Ddecisions_to_data_test.py27 from tensorflow.python.framework.ops import Operation namespace
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/models/
H A Dforest_to_data_then_nn_test.py28 from tensorflow.python.framework.ops import Operation namespace
85 self.assertTrue(isinstance(graph, Operation))
H A Dk_feature_decisions_to_data_then_nn_test.py28 from tensorflow.python.framework.ops import Operation namespace
88 self.assertTrue(isinstance(graph, Operation))
H A Ddecisions_to_data_then_nn_test.py28 from tensorflow.python.framework.ops import Operation namespace
119 self.assertTrue(isinstance(graph, Operation))
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetBasherTest.java116 Operation[] operations = Operation.values();
120 Operation op = operations[random.nextInt(operations.length)];
160 private enum Operation { enum in class:ConcurrentHashMultisetBasherTest.MutateTask
/external/llvm/include/llvm/MC/
H A DMCWinEH.h25 const unsigned Operation; member in struct:llvm::WinEH::Instruction
28 : Label(L), Offset(Off), Register(Reg), Operation(Op) {}
/external/llvm/tools/llvm-cov/
H A DCoverageFilters.h57 enum Operation { LessThan, GreaterThan }; enum in class:llvm::StatisticThresholdFilter
60 Operation Op;
63 StatisticThresholdFilter(Operation Op, T Threshold)
84 RegionCoverageFilter(Operation Op, double Threshold)
95 LineCoverageFilter(Operation Op, double Threshold)
/external/protobuf/src/google/protobuf/
H A Dwire_format.h233 enum Operation { enum in class:google::protobuf::internal::WireFormat
241 static void VerifyUTF8String(const char* data, int size, Operation op);
246 Operation op,
313 WireFormat::Operation op) {
316 data, size, static_cast<WireFormatLite::Operation>(op), NULL);
324 const char* data, int size, WireFormat::Operation op,
328 data, size, static_cast<WireFormatLite::Operation>(op), field_name);
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
H A DOperation.java21 * <p>An Operation is a node in a {@link Graph} that takes zero or more {@link Tensor}s (produced by
24 * <p>Operation instances are valid only as long as the Graph they are a part of is valid. Thus, if
25 * {@link Graph#close()} has been invoked, then methods on the Operation instance may fail with an
28 * <p>Operation instances are immutable and thread-safe.
30 public final class Operation { class
32 // Create an Operation instance referring to an operation in g, with the given handle to the C
35 Operation(Graph g, long unsafeNativeHandle) { method in class:Operation
40 /** Returns the full name of the Operation. */
76 * <p>An Operation has multiple named outputs, each of which produces either a single tensor or a
134 if (!(o instanceof Operation)) {
[all...]
/external/deqp/framework/common/
H A DtcuThreadUtil.cpp113 Operation::Operation (const char* name) function in class:tcu::ThreadUtil::Operation
119 Operation::~Operation (void)
123 void Operation::execute (Thread& thread)
190 void Thread::addOperation (Operation* operation)
274 : Operation ("CompareData")
H A DtcuThreadUtil.hpp76 // Used by class Operation only
129 class Operation class in namespace:tcu::ThreadUtil
132 Operation (const char* name);
133 virtual ~Operation (void);
149 Operation (const Operation&);
150 Operation& operator= (const Operation&);
168 virtual void init (void) {} //!< Called first before any Operation
173 void addOperation (Operation* operatio
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DOperation.java19 * $Id: Operation.java 468655 2006-10-28 07:12:06Z minchau $
32 public class Operation extends Expression implements ExpressionOwner class in inherits:Expression,ExpressionOwner
162 exp.exprSetParent(Operation.this);
204 if(!m_left.deepEquals(((Operation)expr).m_left))
207 if(!m_right.deepEquals(((Operation)expr).m_right))
/external/brotli/java/org/brotli/wrapper/enc/
H A DEncoderJNI.java21 enum Operation { enum in class:EncoderJNI
45 void push(Operation op, int length) {
/external/nos/host/android/hals/keymaster/
H A Dbuffer.cpp44 class Operation { class in namespace:android::hardware::keymaster
46 Operation(Algorithm algorithm) : _algorithm(algorithm), _buffer{} { function in class:android::hardware::keymaster::Operation
114 static map<uint64_t, Operation> buffer_map;
115 typedef map<uint64_t, Operation>::iterator buffer_item;
128 pair<uint64_t, Operation>(handle, Operation(algorithm)));
138 const Operation &op = buffer_map.find(handle)->second;
151 Operation *op = &buffer_map.find(handle)->second;
164 Operation *op = &buffer_map.find(handle)->second;
176 Operation *o
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCWin64EH.h31 OpType Operation; member in class:llvm::MCWin64EHInstruction
37 : Operation(Op), Label(L), Offset(0), Register(Reg) {
41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall),
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
55 OpType getOperation() const { return Operation; }
/external/tensorflow/tensorflow/python/framework/
H A Dframework_lib.py22 @@Operation
77 from tensorflow.python.framework.ops import Operation namespace
/external/v8/tools/
H A Dprofile.js60 Profile.Operation = {
82 * See the Profile.Operation enum for the list of
85 * @param {number} operation Operation.
190 this.handleUnknownCode(Profile.Operation.MOVE, from);
204 this.handleUnknownCode(Profile.Operation.DELETE, start);
270 this.handleUnknownCode(Profile.Operation.TICK, stack[i], i);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp218 class Operation class in namespace:vkt::synchronization
221 Operation (void) {} function in class:vkt::synchronization::Operation
222 virtual ~Operation (void) {}
229 Operation (const Operation&);
230 Operation& operator= (const Operation&);
245 virtual de::MovePtr<Operation> build (OperationContext& context, Resource& resource) const = 0;
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersionTests.cpp42 enum Operation enum in namespace:vkt::SpirVAssembly
53 Operation& operator++ (Operation& operation)
58 operation = static_cast<Operation>(static_cast<deUint32>(operation) + 1);
65 Operation operation;
379 for (Operation operation = OPERATION_COMPUTE; operation < OPERATION_LAST; ++operation)
/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp328 OperationFunctionTy Operation; local
342 Operation = &ScalarEvolution::getAddExpr;
349 Operation = &ScalarEvolution::getAddExpr;
356 Operation = &ScalarEvolution::getMinusSCEV;
363 Operation = &ScalarEvolution::getMinusSCEV;
378 (SE->*Extension)((SE->*Operation)(LHS, RHS, SCEV::FlagAnyWrap), WideTy);
380 (SE->*Operation)((SE->*Extension)(LHS, WideTy),
/external/mesa3d/src/gallium/state_trackers/nine/
H A Ddevice9ex.c82 D3DCOMPOSERECTSOP Operation,
76 NineDevice9Ex_ComposeRects( struct NineDevice9Ex *This, IDirect3DSurface9 *pSrc, IDirect3DSurface9 *pDst, IDirect3DVertexBuffer9 *pSrcRectDescs, UINT NumRects, IDirect3DVertexBuffer9 *pDstRectDescs, D3DCOMPOSERECTSOP Operation, int Xoffset, int Yoffset ) argument
/external/pdfium/xfa/fde/
H A Dcfde_texteditengine.h57 class Operation { class in class:CFDE_TextEditEngine
59 virtual ~Operation() = default;
185 void AddOperationRecord(std::unique_ptr<Operation> op);
218 std::vector<std::unique_ptr<Operation>> operation_buffer_;
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
H A Dllvm-ar.cpp188 ArchiveOperation Operation = NoOperation; local
192 case 'd': ++NumOperations; Operation = Delete; break;
193 case 'm': ++NumOperations; Operation = Move ; break;
194 case 'p': ++NumOperations; Operation = Print; break;
195 case 'q': ++NumOperations; Operation = QuickAppend; break;
196 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break;
197 case 't': ++NumOperations; Operation = DisplayTable; break;
198 case 'x': ++NumOperations; Operation = Extract; break;
252 if (Operation != Move && Operation !
712 ArchiveOperation Operation = parseCommandLine(); local
[all...]

Completed in 675 milliseconds

123