HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 76 - 100 of 443) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/
OperandsTest.java 27 import org.tensorflow.Operation;
38 Operation split = TestUtil.split(g, "split", new int[] {0, 1, 2}, 3);
  /cts/tests/tests/media/src/android/media/cts/
VolumeShaperTest.java 152 private static final VolumeShaper.Operation[] ALL_STANDARD_OPERATIONS = {
153 VolumeShaper.Operation.PLAY,
154 VolumeShaper.Operation.REVERSE,
530 for (VolumeShaper.Operation operation : ALL_STANDARD_OPERATIONS) {
532 0 /* expected */, operation.describeContents());
535 operation.writeToParcel(srcParcel, 0 /* flags */);
543 final VolumeShaper.Operation restoredOperation =
544 VolumeShaper.Operation.CREATOR.createFromParcel(dstParcel);
546 " marshalled/restored VolumeShaper.Operation should match"
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 35 // llvm-ar operation code and modifier flags. This must come first.
37 Options(cl::Positional, cl::Required, cl::desc("{operation}[modifiers]..."));
56 "\nMODIFIERS (operation specific):\n"
79 NoOperation, ///< An operation hasn't been specified
89 // Modifiers to follow operation to vary behavior
175 // operation specified. Process all modifiers and check to make sure that
176 // constraints on modifier/operation pairs have not been violated.
187 // Keep track of which operation was requested
188 ArchiveOperation Operation = NoOperation;
192 case 'd': ++NumOperations; Operation = Delete; break;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 27 /// This class represents an Operation in the Expression. Each operation can
30 /// An Operation can be in Error state (check with isError()). This
33 class Operation {
97 Operation> {
101 Operation Op;
110 class Operation &operator++() {
118 class Operation &operator*() {
  /external/tensorflow/tensorflow/cc/gradients/
image_grad.cc 26 Status ResizeNearestNeighborGradHelper(const Scope& scope, const Operation& op,
48 Status ResizeBilinearGradHelper(const Scope& scope, const Operation& op,
66 Status ResizeBicubicGradHelper(const Scope& scope, const Operation& op,
85 Status ScaleAndTranslateGradHelper(const Scope& scope, const Operation& op,
106 Status CropAndResizeGradHelper(const Scope& scope, const Operation& op,
  /frameworks/av/include/media/
VolumeShaper.h 43 // in addition, the native class contains implementation for actual operation.
334 /* VolumeShaper::Operation expresses an operation to perform on the
341 class Operation : public RefBase, public Parcelable {
356 Operation()
357 : Operation(FLAG_NONE, -1 /* replaceId */) {
360 Operation(Flag flags, int replaceId)
361 : Operation(flags, replaceId, std::numeric_limits<S>::quiet_NaN() /* xOffset */) {
364 explicit Operation(const Operation &operation
    [all...]
  /external/deqp/framework/common/
tcuThreadUtil.cpp 113 Operation::Operation (const char* name)
119 Operation::~Operation (void)
123 void Operation::execute (Thread& thread)
134 // Try execute operation
190 void Thread::addOperation (Operation* operation)
192 m_operations.push_back(operation);
200 // Reserve at least two messages for each operation
    [all...]
  /external/icu/icu4c/source/test/perf/normperf/
simplenormperf.cpp 185 class Operation {
187 Operation() {}
188 virtual ~Operation();
195 Operation::~Operation() {}
202 double measure(Operation &op, int32_t pieceLength) {
225 void benchmark(const char *name, Operation &op) {
234 class NormalizeUTF16 : public Operation {
265 class NormalizeUTF8 : public Operation {
  /external/tensorflow/tensorflow/cc/framework/
ops.h 37 class Operation {
39 Operation() : node_(nullptr) {}
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...]
grad_op_registry.h 30 typedef Status (*GradFunc)(const Scope& scope, const Operation& op,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.h 109 // Operation parameters: token and requested options.
113 UINT16 Operation;
158 Clean up the MTFTP session to get ready for new operation.
162 the operation.
177 @param Operation Redundant parameter, which is always
187 IN UINT16 Operation
197 @param Operation The MTFTP opcode, it may be a EFI_MTFTP4_OPCODE_RRQ
207 IN UINT16 Operation
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.h 120 @param[in] Operation The operation code of this packet.
130 IN UINT16 Operation
180 @retval EFI_ABORTED Abort the Mtftp6 operation.
235 Clean up the current Mtftp6 operation.
249 Start the Mtftp6 instance to perform the operation, such as read file,
254 @param[in] OpCode The operation to perform.
258 @retval EFI_ALREADY_STARTED There is pending operation for the session.
259 @retval EFI_SUCCESS The operation was successfully started.
309 @param[in] Operation The operation code of current packet.
    [all...]
  /external/v8/src/
code-factory.cc 124 Callable CodeFactory::BinaryOperation(Isolate* isolate, Operation op) {
126 case Operation::kShiftRight:
128 case Operation::kShiftLeft:
130 case Operation::kShiftRightLogical:
132 case Operation::kAdd:
134 case Operation::kSubtract:
136 case Operation::kMultiply:
138 case Operation::kDivide:
140 case Operation::kModulus:
142 case Operation::kBitwiseOr
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EblNetworkLib.h 56 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Common/
SpiCommon.c 43 // Give invalid index in case operation not supported.
54 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationJedecId) {
57 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationOther) {
60 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationWriteStatus) {
63 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationProgramData_1_Byte ||
64 SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationProgramData_64_Byte) {
67 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationReadData ||
68 SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationFastRead ||
69 SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationDualOutputFastRead) {
72 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationErase_256_Byte ||
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
And.java 28 * The 'and' operation expression executer.
30 public class And extends Operation
61 * Evaluate this operation directly to a boolean.
65 * @return The result of the operation as a boolean.
Equals.java 28 * The '=' operation expression executer.
30 public class Equals extends Operation
35 * Apply the operation to two operands, and return the result.
41 * @return non-null reference to the XObject that represents the result of the operation.
52 * Execute a binary operation by calling execute on each of the operands,
58 * @return The XObject result of the operation.
Or.java 28 * The 'or' operation expression executer.
30 public class Or extends Operation
61 * Evaluate this operation directly to a boolean.
65 * @return The result of the operation as a boolean.
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 116 Operation[] operations = Operation.values();
120 Operation op = operations[random.nextInt(operations.length)];
160 private enum Operation {
  /external/pdfium/xfa/fxfa/parser/
cxfa_operation.cpp 23 constexpr wchar_t kName[] = L"operation";
32 XFA_Element::Operation,
cxfa_signdata.cpp 21 {XFA_Attribute::Operation, XFA_AttributeType::Enum,
cxfa_traverse.cpp 21 {XFA_Attribute::Operation, XFA_AttributeType::Enum,
cxfa_wsdlconnection.cpp 15 {XFA_Element::Operation, 1, 0},
  /external/tensorflow/tensorflow/core/kernels/fuzzing/
decode_compressed_fuzz.cc 36 scope.WithControlDependencies(std::vector<tensorflow::Operation>{
  /external/tensorflow/tensorflow/go/op/
scope.go 26 // Scope encapsulates common operation properties when building a Graph.
39 controlDependencies []*tf.Operation
70 // AddOperation adds the operation to the Graph managed by s.
74 // of the operation being added. See also Graph.AddOperation.
75 func (s *Scope) AddOperation(args tf.OpSpec) *tf.Operation {
115 func (s *Scope) WithControlDependencies(ops ...*tf.Operation) *Scope {
122 deps := make([]*tf.Operation, 0, len(s.controlDependencies)+len(ops))
164 // while creating the operation op.
167 s.err.err = fmt.Errorf("failed to add operation %q: %v (Stacktrace: %s)", op, err, debug.Stack())

Completed in 534 milliseconds

1 2 34 5 6 7 8 91011>>