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

<<1112131415161718

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLocaleDistance.java 1260 private Operation operation = null; field in class:XLocaleDistance.RegionSet
    [all...]
  /external/mesa3d/docs/specs/
MESA_swap_control.spec 53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
  /external/mesa3d/docs/specs/OLD/
MESA_sprite_point.spec 113 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
  /external/tensorflow/tensorflow/contrib/graph_editor/
reroute.py 111 can_modify: iterable of operations which can be modified. Any operation
114 Any operation within cannot_modify will be left untouched by this
139 wrapper on top of the tf.Operation._update_input.
144 this operation, the previous consumers of t0 are now consumers of t1 and
147 tensors's end of t1 (which are left dangling). After this operation, the
156 treats an operation A and its generating tensors {t_i} as an entity which
168 can_modify: iterable of operations which can be modified. Any operation
171 Any operation within cannot_modify will be left untouched by this
178 converted to a list of `tf.Operation`.
218 can_modify: iterable of operations which can be modified. Any operation
    [all...]
  /external/tensorflow/tensorflow/contrib/opt/python/training/
elastic_average_optimizer.py 270 This is the second part of `minimize()`. It returns an `Operation` that
278 name: Optional name for the returned operation. Default to the
282 An `Operation` that applies the specified gradients. If `global_step`
283 was not None, that operation also increments `global_step`.
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_time.md 5 * [Profile by Operation Type](#profile-by-operation-type)
12 in the graph. An operation can be placed on an accelerator or on CPU.
16 When an operation is placed on accelerator, it will first be scheduled
30 Since accelerator, such as GPU, usually runs operation asynchronously, you
31 might notice an operation finishes on cpu before it starts running on
35 When an operation is placed on CPU, it will completely run on CPU. Hence,
115 ### Profile by Operation Type
117 # In op view, you can view the aggregated time of each operation type.
  /external/tensorflow/tensorflow/python/eager/
wrap_function.py 165 elif isinstance(f, ops.Operation):
202 if isinstance(lifted, ops.Operation):
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 137 const sp<media::VolumeShaper::Operation>& operation) override;
355 const sp<media::VolumeShaper::Operation>& operation) override;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciHostBridge.h 410 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/DwUfsHcDxe/
DwUfsHcDxe.h 50 // Operation and Runtime Register Offsets
406 @retval EFI_SUCCESS The operation succeeds.
407 @retval others The operation fails.
420 @param Operation Indicates if the bus master is going to read or write to system memory.
439 IN EDKII_UFS_HOST_CONTROLLER_OPERATION Operation,
447 Completes the Map() operation and releases any corresponding resources.
537 memory operation.
565 memory operation.
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
SemihostPrivate.h 180 IN UINT32 Operation,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.h 196 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueReportStatusCodeLib.h 115 EFI_MEMORY_ERROR_OPERATION Operation;
241 Value has an operation mask of EFI_SW_EC_ILLEGAL_SOFTWARE_STATE, extract
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppyCtrl.c 243 // after each operation, the system performance will be awful. The compromise
245 // each operation. If a new operation is started in that interval(2s),
246 // the motor need not be turned on again. If no new operation is started,
324 @retval EFI_DEVICE_ERROR Fail to do the recalibrate or seek operation
360 // Fail to do the seek or recalibrate operation
382 Do the Specify command, this command sets DMA operation
427 @retval EFI_SUCCESS: Execute the Recalibrate operation successfully
428 @retval EFI_DEVICE_ERROR: Fail to execute the Recalibrate operation
503 @retval EFI_SUCCESS: Execute the Seek operation successfully
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 281 /// The type of operation in Proessor Generic Error section.
308 UINT8 Operation;
389 /// Type of cache operation that caused the error in the Cache
409 UINT64 Operation:4;
442 /// Type of cache operation that caused the error in the TLB
460 UINT64 Operation:4;
496 /// Type of cache operation that caused the error in the Bus
532 UINT64 Operation:4;
558 /// Error type identifies the operation that caused the error.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
S3BootScriptLib.h 51 S3BootScriptWidthUint8, ///< 8-bit operation.
52 S3BootScriptWidthUint16, ///< 16-bit operation.
53 S3BootScriptWidthUint32, ///< 32-bit operation.
54 S3BootScriptWidthUint64, ///< 64-bit operation.
55 S3BootScriptWidthFifoUint8, ///< 8-bit FIFO operation.
56 S3BootScriptWidthFifoUint16, ///< 16-bit FIFO operation.
57 S3BootScriptWidthFifoUint32, ///< 32-bit FIFO operation.
58 S3BootScriptWidthFifoUint64, ///< 64-bit FIFO operation.
59 S3BootScriptWidthFillUint8, ///< 8-bit Fill operation.
60 S3BootScriptWidthFillUint16, ///< 16-bit Fill operation.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/
BootScriptLib.c 29 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table do operation.
45 Adds a record for an I/O modify operation into a S3 boot script table
52 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table do operation.
68 Adds a record for a memory write operation into a specified boot script table.
75 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table do operation.
90 Adds a record for a memory modify operation into a specified boot script table.
97 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table do operation.
112 Adds a record for a PCI configuration space write operation into a specified boot script table.
119 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table do operation.
135 Adds a record for a PCI configuration space modify operation into a specified boot script table.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
QueryTable.h 593 @param[in] Operation The key of the structure.
598 IN UINT8 Operation,
  /external/pdfium/xfa/fde/
cfde_texteditengine.cpp 22 class InsertOperation : public CFDE_TextEditEngine::Operation {
47 class DeleteOperation : public CFDE_TextEditEngine::Operation {
72 class ReplaceOperation : public CFDE_TextEditEngine::Operation {
348 void CFDE_TextEditEngine::AddOperationRecord(std::unique_ptr<Operation> op) {
    [all...]
  /external/tensorflow/tensorflow/cc/framework/
while_gradients_test.cc 72 std::vector<Operation> run_outputs;
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
model_fn.py 152 elif not isinstance(train_op, ops.Operation):
  /external/tensorflow/tensorflow/python/debug/lib/
stepper.py 231 elem_list: list of graph elements: a Tensor or an Operation.
380 name: (str) name of the graph element (Tensor or Operation)
502 elif (isinstance(graph_element, ops.Operation) and
508 if isinstance(graph_element, ops.Operation) and graph_element.outputs:
660 if isinstance(fetched, ops.Operation):
661 # The fetched is an Operation: Will not get tensor handle.
    [all...]
  /external/tensorflow/tensorflow/python/keras/utils/
tf_utils.py 119 if isinstance(x, ops.Operation):
131 raise TypeError('Expected Operation, Variable, or Tensor, got ' + str(x))
  /external/tensorflow/tensorflow/python/ops/
critical_section_ops.py 54 """Identity op that recognizes `TensorArray`, `Operation`, and `Tensor`."""
57 elif isinstance(x, ops.Operation):
203 name: The name to use when creating the execute operation.
299 # create new Operation objects for the same op sometimes; and we
  /external/v8/src/builtins/
builtins-string-gen.h 54 Node* right, Operation op);

Completed in 1426 milliseconds

<<1112131415161718