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

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridge.h 61 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation;
155 Width - Width of the memory operation.
156 Address - The base address of the memory operation.
193 Width - Width of I/O operation.
194 Address - The base address of the I/O operation.
228 Width - The width of memory operation.
229 Address - Base address of the memory operation.
260 Width - The width of memory operation.
261 Address - Base address of the memory operation.
293 Width - Signifies the width of the memory operation.
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 310 /// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
381 /// integer shift operations. The operation ordering is:
387 /// wider or narrower (depending on the operation) than the source
474 /// in a register of the same size. This operation effectively just
494 /// operator acts as a shuffle operation for some vector type combinations.
537 /// FSINCOS - Compute both fsin and fcos as a single operation.
717 /// N.b. this is still a strong cmpxchg operation, s
    [all...]
  /external/skia/experimental/wasm-skp-debugger/
karma.conf.js 65 // Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
  /external/skia/modules/canvaskit/
karma.conf.js 68 // Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
  /external/skqp/experimental/canvaskit/
karma.conf.js 66 // Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 345 /// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
426 /// integer shift operations. The operation ordering is:
432 /// wider or narrower (depending on the operation) than the source
520 /// in a register of the same size. This operation effectively just
540 /// operator acts as a shuffle operation for some vector type combinations.
570 /// FSINCOS - Compute both fsin and fcos as a single operation.
    [all...]
  /external/tensorflow/tensorflow/contrib/graph_editor/tests/
match.py 47 op: the operation to check (or None).
77 elif isinstance(elem, tf_ops.Operation):
88 if not isinstance(op, tf_ops.Operation):
89 raise TypeError("Expect tf.Operation, got: {}".format(type(op)))
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
TensorFlowImageClassifier.java 30 import org.tensorflow.Operation;
106 final Operation operation = c.inferenceInterface.graphOperation(outputName); local
107 final int numClasses = (int) operation.output(0).shape().size(1);
110 // Ideally, inputSize could have been retrieved from the shape of the input operation. Alas,
  /external/tensorflow/tensorflow/go/
example_inception_inference_test.go 107 graph.Operation("input").Output(0): tensor,
110 graph.Operation("output").Output(0),
operation_test.go 26 // createGraphAndOp creates an Operation but loses the reference to the Graph.
27 func createGraphAndOp() (*Operation, error) {
42 // still has access to the Operation.
205 consumers := []*Operation{a.Op, b.Op}
259 // Operation did not hold on to a reference to Graph. With this
260 // additional allocation, and with the bug where Operation does
  /external/tensorflow/tensorflow/go/op/
scope_test.go 80 readDeps = []*tf.Operation{update}
99 if _, err = sess.Run(nil, nil, []*tf.Operation{init}); err != nil {
102 // Without the control dependency, the read operation may not see the
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DeviceIoOnPciRootBridgeIoThunk.c 227 @param Operation Indicates if the bus master is going to read or
238 @retval EFI_INVALID_PARAMETER The Operation or HostAddress is undefined.
251 IN EFI_IO_OPERATION_TYPE Operation,
259 Completes the Map() operation and releases any corresponding resources.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
Platform.c 197 UINT8 Operation,
365 @param Operation Type of memory check operation to be performed.
368 @retval EFI_SUCCESS The operation completed successfully.
972 @param Operation Which SMBus protocol will be used
985 UINT8 Operation,
1029 // This is the main operation loop. If the operation results in a Smbus
1035 // Operation Specifics (pre-execution)
1042 switch (Operation) {
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 684 bool parseSendMsgConstruct(OperandInfoTy &Msg, OperandInfoTy &Operation, int64_t &StreamId);
    [all...]
  /external/tensorflow/tensorflow/contrib/graph_editor/
select.py 81 ops: an object convertible to a list of `tf.Operation`.
85 TypeError: if ops cannot be converted to a list of `tf.Operation`.
102 ops: an object convertible to a list of tf.Operation.
106 TypeError: if ops cannot be converted to a list of tf.Operation.
119 ops: an object convertible to a list of `tf.Operation`.
125 TypeError: if ops cannot be converted to a list of `tf.Operation`.
139 ops: an object convertible to a list of tf.Operation.
146 TypeError: if ops cannot be converted to a list of tf.Operation.
157 ops: an object convertible to a list of tf.Operation.
158 positive_filter: a function deciding where to keep an operation or not
    [all...]
  /external/syzkaller/pkg/gce/
gce.go 141 var op *compute.Operation
181 var op *compute.Operation
222 var op *compute.Operation
245 var op *compute.Operation
271 var op *compute.Operation
279 panic("unknown operation type: " + typ)
284 return fmt.Errorf("failed to get %v operation %v: %v", desc, opName, err)
301 return fmt.Errorf("%v operation failed: %v", desc, reason)
305 return fmt.Errorf("unknown %v operation status %q: %+v", desc, op.Status, op)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumerator.c     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 405 OperationFunctionTy Operation;
419 Operation = &ScalarEvolution::getAddExpr;
426 Operation = &ScalarEvolution::getAddExpr;
433 Operation = &ScalarEvolution::getMinusSCEV;
440 Operation = &ScalarEvolution::getMinusSCEV;
455 (SE->*Extension)((SE->*Operation)(LHS, RHS, SCEV::FlagAnyWrap, 0),
458 (SE->*Operation)((SE->*Extension)(LHS, WideTy, 0),
610 /// Eliminate an operation that consumes a simple IV and has no observable
678 /// Eliminate any operation that SCEV can prove is an identity function.
    [all...]
  /frameworks/av/media/libmediaplayer2/
JAudioTrack.cpp 274 const sp<media::VolumeShaper::Operation>& operation) {
277 jobject jOperationObj = createVolumeShaperOperationObj(operation);
292 "(Landroid/media/VolumeShaper$Operation;)V");
676 const sp<media::VolumeShaper::Operation>& operation) {
680 jclass jBuilderCls = env->FindClass("android/media/VolumeShaper$Operation$Builder");
686 "(F)Landroid/media/VolumeShaper$Operation$Builder;");
687 jBuilderObj = env->CallObjectMethod(jBuilderCls, jSetXOffset, operation->getXOffset());
689 int32_t flags = operation->getFlags()
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.c 867 // If performing Delete operation, the NewDevicePath must not be NULL.
930 @param Operation Variable operations, including APPEND, CHECK and DELETE.
941 IN CONPLATFORM_VAR_OPERATION Operation
958 if (Operation != Delete) {
969 if ((Operation == Check) || (!EFI_ERROR (Status))) {
972 // 1. Operation is CHECK, simply return Status.
973 // 2. Operation is APPEND, and device path already exists in variable, also return.
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
build_xla_ops_pass.cc 68 // Returns an operation that can be control-depended on that is dead iff `data`
70 Operation DataToControl(const Scope& scope, Output data) {
71 return Operation(
141 Operation ctrl_merge = DataToControl(s, ctrl_merge_as_data.output);
254 g->AddControlEdge(e->src(), call.operation.node());
263 g->AddControlEdge(call.operation.node(), e->dst());
265 g->AddEdge(call.operation.node(), e->src_output(), e->dst(),
351 /*new_node=*/xla_run.operation.node());
378 /*new_node=*/xla_run.operation.node());
381 /*new_node=*/xla_run.operation.node())
    [all...]
  /external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
TensorFlowInferenceInterface.java 35 import org.tensorflow.Operation;
254 public Operation graphOperation(String operationName) {
255 final Operation operation = g.operation(operationName); local
256 if (operation == null) {
260 return operation;
438 * dst} must have length greater than or equal to that of the source Tensor. This operation will
447 * dst} must have length greater than or equal to that of the source Tensor. This operation will
456 * dst} must have length greater than or equal to that of the source Tensor. This operation wil
    [all...]
  /external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
GraphTest.java 55 Operation op = g.operation(prefix + "A");
62 op = g.operation(prefix + "X");
69 op = g.operation(prefix + "Y");
80 Iterator<Operation> iterator = g.operations();
81 HashSet<Operation> operations;
  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamTrack.cpp 521 const VolumeShaper::Operation& operation) {
524 sp<VolumeShaper::Operation> spOperation = new VolumeShaper::Operation(operation);
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
poc.cpp 114 const sp<VolumeShaper::Operation> &operation) {

Completed in 1233 milliseconds

1 2 3 4 5 6 7 891011>>