/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Ppi/ |
Smbus.h | 33 Executes an SMBus operation to an SMBus controller.
42 @param[in] Operation Signifies which particular SMBus hardware protocol
45 required for this operation.
46 @param[in, out] Length The number of bytes for this operation.
53 @retval EFI_TIMEOUT Timeout expired before the operation was completed.
59 @retval EFI_INVALID_PARAMETER The operation is not defined in EFI_SMBUS_OPERATION.
63 @retval EFI_UNSUPPORTED The SMBus operation or PEC is not supported.
64 @retval EFI_BUFFER_TOO_SMALL Buffer is not sufficient for this operation.
74 IN EFI_SMBUS_OPERATION Operation,
119 which the operation is targeted. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciCommand.h | 71 @param Operation Type of Operation.
72 @param PtrCommand Return buffer holding old PCI command, if operation is not EFI_SET_REGISTER.
74 @return Status of PciIo operation.
82 IN UINT8 Operation,
148 @return status of PciIo operation
160 @return status of PciIo operation
172 @return status of PciIo operation
184 @return status of PciIo operation
196 @return status of PciIo operation
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/ |
UfsHostController.h | 40 @retval EFI_SUCCESS The operation succeeds.
58 /// A read operation from system memory by a bus master.
62 /// A write operation from system memory by a bus master.
77 @param Operation Indicates if the bus master is going to read or write to system memory.
96 IN EDKII_UFS_HOST_CONTROLLER_OPERATION Operation,
104 Completes the Map() operation and releases any corresponding resources.
202 memory operation.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DeviceIo.h | 67 Buffer is interpreted as a base address of an I/O operation such as Address.
113 /// A read operation from system memory by a bus master.
118 /// A write operation to system memory by a bus master.
135 @param Operation Indicates if the bus master is going to read or write to system memory.
146 @retval EFI_INVALID_PARAMETER The Operation or HostAddress is undefined.
154 IN EFI_IO_OPERATION_TYPE Operation,
162 Completes the Map() operation and releases any corresponding resources.
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/ |
Spi.h | 120 /// Operation Which Hardware Sequencing required operation this opcode respoinds to.
123 /// If the opcode does not corresponds to any operation listed, use
131 SPI_OPERATION Operation;
184 @retval EFI_DEVICE_ERROR Device error, operation failed.
205 @retval EFI_DEVICE_ERROR Device error, operation failed.
|
/external/deqp/modules/gles31/functional/ |
es31fAtomicCounterTests.cpp | 60 enum Operation 91 , operations ((Operation)0) 101 Operation operations; 1333 const AtomicCounterTest::Operation operation = operations[operationNdx]; local 1409 const AtomicCounterTest::Operation operation = operations[operationNdx]; local [all...] |
/external/llvm/unittests/ADT/ |
PackedVectorTest.cpp | 21 TEST(PackedVectorTest, Operation) {
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
AddrModeMatcher.h | 99 bool MatchOperationAddr(User *Operation, unsigned Opcode, unsigned Depth);
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
PackedVectorTest.cpp | 21 TEST(PackedVectorTest, Operation) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
PackedVectorTest.cpp | 21 TEST(PackedVectorTest, Operation) {
|
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/layers/ |
decisions_to_data_test.py | 27 from tensorflow.python.framework.ops import Operation
|
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
OperationBuilder.java | 21 * A builder for {@link Operation}s in a {@link Graph}. 25 * <p>A builder for adding {@link Operation}s to a {@link Graph}. For example, the following uses 26 * the builder to create an operation that produces the constant "3" as its output: 51 * Add the {@link Operation} being built to the {@link Graph}. 55 public Operation build() { 58 Operation op = new Operation(graph, finish(unsafeNativeHandle)); 67 * Returns the builder to create an operation. 69 * <p>Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is 86 * Ensure that the operation does not execute before the control operation does [all...] |
/external/v8/src/ic/ |
binary-op-assembler.h | 57 Operation op, bool rhs_is_smi);
|
/external/deqp-deps/SPIRV-Tools/test/ |
ext_inst.debuginfo_test.cpp | [all...] |
/external/perfetto/src/profiling/memory/ |
bookkeeping_unittest.cc | 146 struct Operation { 153 bool operator<(const Operation& other) const { 174 const Operation& operation = *it; local 176 if (operation.bytes == 0) { 177 hd.RecordFree(operation.address, operation.sequence_number, 178 100 * operation.sequence_number); 180 hd.RecordMalloc(*operation.stack, operation.address, operation.bytes [all...] |
/external/swiftshader/third_party/SPIRV-Tools/test/ |
ext_inst.debuginfo_test.cpp | [all...] |
/external/tensorflow/tensorflow/contrib/tensor_forest/python/ |
tensor_forest_test.py | 81 self.assertTrue(isinstance(graph, ops.Operation)) 98 self.assertTrue(isinstance(graph, ops.Operation)) 174 self.assertTrue(isinstance(graph, ops.Operation))
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/ |
TensorFlowMultiBoxDetector.java | 33 import org.tensorflow.Operation; 99 final Operation inputOp = g.operation(inputName); 108 final Operation outputOp = g.operation(outputScoresName);
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/ |
OperationBuilderTest.java | 171 Operation check = 176 Operation noop = g.opBuilder("NoOp", "noop").addControlInput(check).build(); 184 fail("Did not run control operation."); 204 Operation enqueue = 216 return g.operation(name) != null;
|
/external/tensorflow/tensorflow/python/tpu/ |
training_loop.py | 128 o if isinstance(o, ops.Operation) else ops.convert_to_tensor(o) 133 output_operations = [o for o in outputs if isinstance(o, ops.Operation)] 135 if not isinstance(o, ops.Operation)]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
vktSynchronizationOperation.cpp | 21 * \brief Synchronization operation abstraction 81 //! A pipeline that can be embedded inside an operation. 470 class Implementation : public Operation 575 de::MovePtr<Operation> build (OperationContext& context, Resource& resource) const 577 return de::MovePtr<Operation>(new Implementation(context, resource, m_bufferOp)); 590 class Implementation : public Operation 677 de::MovePtr<Operation> build (OperationContext& context, Resource& resource) const 679 return de::MovePtr<Operation>(new Implementation(context, resource, m_mode)); 691 class ImplementationBase : public Operation 694 //! Copy/Blit/Resolve etc. operation [all...] |
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/ |
PcatPciRootBridgeIo.c | 106 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
579 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
600 // Perform a fence operation to make sure all memory operations are flushed
610 // Make sure that Operation is valid
612 if ((UINT32)Operation >= EfiPciOperationMaximum) {
629 if (Operation == EfiPciOperationBusMasterCommonBuffer || Operation == EfiPciOperationBusMasterCommonBuffer64) {
655 MapInfo->Operation = Operation;
677 // If this is a read operation from the Bus Master's point of view, [all...] |
/external/tensorflow/tensorflow/cc/framework/ |
scope.cc | 120 std::vector<Operation> control_deps, bool clear_control_deps) 128 ? std::vector<Operation>() 214 const Operation& colocate_with_op, bool clear_colocations) 271 const Operation& colocate_with_op) const { 298 const std::vector<Operation>& Scope::control_deps() const { 430 const gtl::ArraySlice<Operation>& control_deps) const { 433 std::vector<Operation>(control_deps.begin(), control_deps.end()), 439 std::vector<Operation>(1, control_dep.op()), 445 std::vector<Operation>(), 461 Scope Scope::ColocateWith(const Operation& op) const [all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/ |
PciRootBridge.c | 510 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
521 if (Operation == EfiPciOperationBusMasterRead ||
522 Operation == EfiPciOperationBusMasterRead64) {
524 } else if (Operation == EfiPciOperationBusMasterWrite ||
525 Operation == EfiPciOperationBusMasterWrite64) {
527 } else if (Operation == EfiPciOperationBusMasterCommonBuffer ||
528 Operation == EfiPciOperationBusMasterCommonBuffer64) {
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyIndVar.cpp | 328 OperationFunctionTy Operation; 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), 420 /// Eliminate an operation that consumes a simple IV and has no observable 447 /// Eliminate any operation that SCEV can prove is an identity function.
|