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

1 2 3 45 6 7 8 91011>>

  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
tag.pyx.pxi 62 for index, operation in enumerate(self._operations):
63 (<Operation>operation).c()
64 self.c_ops[index] = (<Operation>operation).c_op
68 for index, operation in enumerate(self._operations):
69 (<Operation>operation).c_op = self.c_ops[index]
70 (<Operation>operation).un_c(
    [all...]
operation.pyx.pxi 16 cdef class Operation:
25 cdef class SendInitialMetadataOperation(Operation):
49 cdef class SendMessageOperation(Operation):
72 cdef class SendCloseFromClientOperation(Operation):
88 cdef class SendStatusFromServerOperation(Operation):
119 cdef class ReceiveInitialMetadataOperation(Operation):
142 cdef class ReceiveMessageOperation(Operation):
184 cdef class ReceiveStatusOnClientOperation(Operation):
230 cdef class ReceiveCloseOnServerOperation(Operation):
  /external/tensorflow/tensorflow/cc/gradients/
data_flow_grad.cc 44 Status DynamicPartitionGrad(const Scope& scope, const Operation& op,
48 // in the output, so the gradient operation only has to map incoming
109 Status DynamicStitchGrad(const Scope& scope, const Operation& op,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppyBlock.c 76 @param Read Read or write operation when error occurrs
183 @param Operation Specifies the read or write operation.
203 IN BOOLEAN Operation,
223 if (Operation == WRITE) {
267 if (Operation == WRITE) {
274 // Check the parameters for this read/write operation
296 if (Operation == READ) {
327 Status = ReadWriteDataSector (FdcDev, Buffer, Lba, BlockCount, Operation);
347 if (Operation == READ) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmSpirvVersionTests.cpp 42 enum Operation
53 Operation& operator++ (Operation& operation)
55 if (operation == OPERATION_LAST)
56 operation = OPERATION_COMPUTE;
58 operation = static_cast<Operation>(static_cast<deUint32>(operation) + 1);
60 return operation;
65 Operation operation; member in struct:vkt::SpirVAssembly::TestParameters
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
IsaIo.c 112 @param[in] Width Specifies the width of the I/O operation.
113 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
174 @param[in] Width Specifies the width of the I/O operation.
175 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
236 @param[in] Offset The offset in ISA IO space to start the IO operation.
278 Writes I/O operation base address and count number to a 8 bit I/O Port.
354 // See if the Map() operation associated with this Unmap() required a mapping
365 // If this is a write operation from the Agent's point of view,
369 if (IsaMapInfo->Operation == EfiIsaIoOperationBusMasterWrite) {
422 @param[in] Width The width of the memory operation.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaIo.c 88 @param[in] Width The width of the memory operation.
90 @param[in] Offset The offset in ISA memory space to start the memory operation.
512 @param[in] Width Specifies the width of the I/O operation.
513 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
574 @param[in] Width Specifies the width of the I/O operation.
575 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
636 @param[in] Offset The offset in ISA IO space to start the IO operation.
681 Writes I/O operation base address and count number to a 8 bit I/O Port.
757 // See if the Map() operation associated with this Unmap() required a mapping
768 // If this is a write operation from the Agent's point of view,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciIo.c 68 base address for the memory or I/O operation to perform.
69 @param Type Operation type could be memory or I/O.
185 base address for the memory operation to perform.
186 @param Offset The offset within the selected BAR to start the memory operation.
292 base address for the memory operation to perform.
293 @param Offset The offset within the selected BAR to start the memory operation.
394 base address for the memory or I/O operation to perform.
395 @param Offset The offset within the selected BAR to start the memory or I/O operation.
473 base address for the memory or I/O operation to perform.
474 @param Offset The offset within the selected BAR to start the memory or I/O operation.
    [all...]
PciIo.h 34 base address for the memory or I/O operation to perform.
35 @param Type Operation type could be memory or I/O.
82 base address for the memory operation to perform.
83 @param Offset The offset within the selected BAR to start the memory operation.
117 base address for the memory operation to perform.
118 @param Offset The offset within the selected BAR to start the memory operation.
151 base address for the memory or I/O operation to perform.
152 @param Offset The offset within the selected BAR to start the memory or I/O operation.
182 base address for the memory or I/O operation to perform.
183 @param Offset The offset within the selected BAR to start the memory or I/O operation.
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/SmbusDxe/
Smbus.c 228 IN CONST EFI_SMBUS_OPERATION Operation,
242 if ((Operation != EfiSmbusWriteBlock) && (Operation != EfiSmbusReadBlock)) {
249 if (Operation == EfiSmbusReadBlock) {
251 } else if (Operation == EfiSmbusWriteBlock) {
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
TensorFlowObjectDetectionAPIModel.java 32 import org.tensorflow.Operation;
100 final Operation inputOp = g.operation(d.inputName);
107 final Operation outputOp1 = g.operation("detection_scores");
111 final Operation outputOp2 = g.operation("detection_boxes");
115 final Operation outputOp3 = g.operation("detection_classes");
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.c 21 Clean up the MTFTP session to get ready for new operation.
25 the operation.
80 Instance->Operation = 0;
109 @retval EFI_ABORTED Abort the ReadFile operation and return.
344 Start the MTFTP session to do the operation, such as read file,
349 @param Operation The operation to do
353 @retval EFI_ALREADY_STARTED There is pending operation for the session.
354 @retval EFI_SUCCESS The operation is successfully started.
361 IN UINT16 Operation
    [all...]
  /external/tensorflow/tensorflow/cc/framework/
scope_test.cc 140 auto c1 = Operation();
141 auto c2 = Operation();
144 Scope c_c = c.WithControlDependencies({Operation()});
  /external/llvm/lib/MC/
MCWin64EH.cpp 27 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) {
63 b2 = (inst.Operation & 0x0F);
64 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) {
99 if (inst.Operation == Win64EH::UOP_SaveXMM128)
108 if (inst.Operation == Win64EH::UOP_SaveXMM128Big)
185 assert(frameInst.Operation == Win64EH::UOP_SetFPReg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCWin64EH.cpp 25 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) {
61 b2 = (inst.Operation & 0x0F);
62 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) {
97 if (inst.Operation == Win64EH::UOP_SaveXMM128)
106 if (inst.Operation == Win64EH::UOP_SaveXMM128Big)
183 assert(frameInst.Operation == Win64EH::UOP_SetFPReg);
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/models/
forest_to_data_then_nn_test.py 28 from tensorflow.python.framework.ops import Operation
85 self.assertTrue(isinstance(graph, Operation))
k_feature_decisions_to_data_then_nn_test.py 28 from tensorflow.python.framework.ops import Operation
88 self.assertTrue(isinstance(graph, Operation))
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
NonDiscoverablePciDeviceIo.c 27 EFI_PCI_IO_PROTOCOL_OPERATION Operation;
36 base address for the memory operation to perform.
76 base address for the memory operation to perform.
77 @param Offset The offset within the selected BAR to start the memory operation.
109 base address for the memory operation to perform.
110 @param Offset The offset within the selected BAR to start the memory operation.
208 base address for the memory or I/O operation to perform.
209 @param Offset The offset within the selected BAR to start the memory or I/O operation.
295 base address for the memory or I/O operation to perform.
296 @param Offset The offset within the selected BAR to start the memory or I/O operation.
    [all...]
  /external/v8/src/builtins/
builtins-number-gen.cc 24 void EmitBitwiseOp(Operation op) {
55 void RelationalComparisonBuiltin(Operation op) {
544 var_right.value(), SmiConstant(Operation::kAdd)));
709 var_right.value(), SmiConstant(Operation::kSubtract)));
729 SmiConstant(Operation::kBitwiseNot)));
749 SmiConstant(Operation::kDecrement)));
768 SmiConstant(Operation::kIncrement)));
793 SmiConstant(Operation::kNegate)));
819 var_right.value(), SmiConstant(Operation::kMultiply)));
903 var_right.value(), SmiConstant(Operation::kDivide)))
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/Devices/MvEeprom/
MvEeprom.h 46 * transmission without repeated start operation.
101 IN UINT8 Operation
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Smbus/
Smbus.h 42 IN EFI_SMBUS_OPERATION Operation,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Smbus2/
Smbus2.h 41 IN EFI_SMBUS_OPERATION Operation,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Smbus/
Smbus.h 41 IN EFI_SMBUS_OPERATION Operation,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiScriptLib.h 212 Save PCI configuration space write operation to boot script with opcode
249 Save PCI configuration space modify operation to boot script with opcode
280 IN EFI_SMBUS_OPERATION Operation,
295 SlaveAddress - The SMBus address for the slave device that the operation is targeting.
298 Operation - Indicates which particular SMBus protocol it will use to execute the
300 PecCheck - Defines if Packet Error Code (PEC) checking is required for this operation.
301 Length - A pointer to signify the number of bytes that this operation will do.
402 EFI_SUCCESS - The operation was executed successfully
515 #define SCRIPT_SMBUS_EXECUTE(TableName, SlaveAddress, Command, Operation, PecCheck, Length, Buffer) \
516 BootScriptSaveSmbusExecute(TableName, SlaveAddress, Command, Operation, PecCheck, Length, Buffer)
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/
NullDmaLib.c 26 Operation is relative to the DMA bus master.
28 @param Operation Indicates if the bus master is going to read or write to system memory.
46 IN DMA_MAP_OPERATION Operation,
61 operation and releases any corresponding resources.

Completed in 303 milliseconds

1 2 3 45 6 7 8 91011>>