/external/tensorflow/tensorflow/go/ |
graph_test.go | 29 if g.Operation(op) == nil {
|
/external/tensorflow/tensorflow/python/framework/ |
graph_util_impl.py | 62 node: The node to be assigned to a device. Could be either an ops.Operation 71 if isinstance(node, ops.Operation):
|
test_util_test.py | 237 op_orig = ops.Operation(node_def_orig, ops.get_default_graph()) 238 op = ops.Operation(node_def, ops.get_default_graph(),
|
/frameworks/av/media/libaudioclient/include/media/ |
AudioTrack.h | 138 * - NO_ERROR: successful operation 493 * For proper operation the following condition must be respected: 506 * If the AudioTrack has been opened with no callback function associated, the operation will 515 * - NO_ERROR: successful operation 525 * If the AudioTrack has been opened with no callback function associated, the operation will 534 * - NO_ERROR: successful operation 550 * - NO_ERROR: successful operation 566 * - NO_ERROR: successful operation 583 * - NO_ERROR: successful operation 614 * - NO_ERROR: successful operation [all...] |
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
pfor.py | 138 # List of Switch ops (ops.Operation) that feed into an Exit Node. 144 # List of Merge ops (ops.Operation). 241 assert isinstance(op, ops.Operation) 244 # objects representing the same Operation node. 667 op: the Operation object that is being converted. 799 converted. If the op had zero outputs, then it should return a ops.Operation [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
Mtftp6Support.c | 462 @param[in] Operation The operation code of this packet.
472 IN UINT16 Operation
539 Packet->OpCode = HTONS (Operation);
706 // For the Rrq, Dir, Wrq requests of the operation, configure the Udp6Io as
859 @retval EFI_ABORTED Abort the Mtftp6 operation.
912 Clean up the current Mtftp6 operation.
972 // Reinitialize the corresponding fields of the Mtftp6 operation.
992 Start the Mtftp6 instance to perform the operation, such as read file,
997 @param[in] OpCode The operation to perform. [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/ |
MrcWrapper.c | 646 // Clear byte at 0 and start clear operation at address 1.
[all...] |
/external/mesa3d/docs/specs/ |
MESA_swap_frame_usage.spec | 36 swap period has elapsed since the last swap operation completed. The 89 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
Instructions.h | 599 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 602 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 610 void setOperation(BinOp Operation) { 613 (Operation << 5)); 679 void Init(BinOp Operation, Value *Ptr, Value *Val, [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/v8/src/ |
code-stub-assembler.h | 596 // if the division needs to be performed as a floating point operation. 608 TNode<Number> BitwiseOp(Node* left32, Node* right32, Operation bitwise_op); [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
QueryTable.c | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageTranscodingSupportTests.cpp | 79 enum Operation 90 Operation operation; member in struct:vkt::image::__anon18953::TestParameters 205 // SNORM fix: due to write operation in SNORM format 215 // SNORM fix: due to write operation in SNORM format 312 const VkFormat srcFormat = (m_parameters.operation == OPERATION_ATTACHMENT_READ) ? m_parameters.featurelessFormat : 313 (m_parameters.operation == OPERATION_ATTACHMENT_WRITE) ? m_parameters.featuredFormat : 315 const bool srcExtendedImageCreate = (m_parameters.operation == OPERATION_ATTACHMENT_READ) ? true : 316 (m_parameters.operation == OPERATION_ATTACHMENT_WRITE) ? false : 318 const VkImageUsageFlags srcImageUsageFlags = (m_parameters.operation == OPERATION_ATTACHMENT_READ) ? m_parameters.testedImageUsage [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceTargetLoweringARM32.h | 266 /// StoreValue = Operation(tmp) 271 /// Operation needs to return which value to strex in Addr, it must not change 273 /// end up writing to memory. Operation also needs to handle fake-defing for 277 std::function<Variable *(Variable *)> Operation, 279 void lowerInt64AtomicRMW(Variable *Dest, uint32_t Operation, Operand *Ptr, 281 void lowerAtomicRMW(Variable *Dest, uint32_t Operation, Operand *Ptr, 490 // the defining basic block) we do not fold the operation. We instead [all...] |
IceTargetLoweringMIPS32.cpp | 701 auto Operation = static_cast<Intrinsics::AtomicRMWOperation>( 706 switch (Operation) { 732 llvm::report_fatal_error("Unknown AtomicRMW operation"); [all...] |
/external/tensorflow/tensorflow/python/kernel_tests/ |
resource_variable_ops_test.py | 593 self.assertIsInstance(assign_without_read, ops.Operation) 726 self.assertIsInstance(assign_without_read, ops.Operation) 744 self.assertIsInstance(assign_without_read, ops.Operation) [all...] |
/art/libelffile/dwarf/ |
dwarf_constants.h | 261 enum Operation : uint16_t {
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite.cc | 514 Operation op,
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.cpp | [all...] |
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/ |
servicemanagement_v1.py | 210 """Gets the latest state of a long-running operation. Clients can use 211 this method to poll the operation result at intervals as recommended by 215 operationsId: Part of `name`. The name of the operation resource. 302 u'the moment. NOTE: Any upsert operation that contains both a ' 344 """Creates a new managed service. Operation<response: ManagedService> 350 moment. NOTE: Any upsert operation that contains both a service_config 376 request.operations = [apitools_base.JsonToMessage(messages.Operation, x) for x in FLAGS.operations] 399 """Deletes a managed service. Operation<response: google.protobuf.Empty> 431 on the managed service. Operation<response: DisableServiceResponse> 469 Operation<response: EnableServiceResponse [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
DWARFVerifier.cpp | 423 bool Error = llvm::any_of(Expression, [](DWARFExpression::Operation &Op) { [all...] |
/external/tensorflow/tensorflow/python/client/ |
session.py | 318 # 'Operation' case 479 if isinstance(fetch, ops.Operation): 497 'Operation %r has been marked as not fetchable.' % op.name) 770 `tf.Operation.run` or `tf.Tensor.eval` should be executed in 824 running the necessary graph fragment to execute every `Operation` 832 * A `tf.Operation`. 843 * A `string` which is the name of a tensor or operation in the graph. [all...] |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Instructions.cpp | 60 /// for a select operation, otherwise return null. 138 /// to a push_back style of operation. This grows the number of ops by 1.5 229 /// push_back style of operation. This grows the number of ops by 2 times. [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
Instructions.cpp | 119 /// for a select operation, otherwise return null. 183 /// to a push_back style of operation. This grows the number of ops by 1.5 280 /// push_back style of operation. This grows the number of ops by 2 times. [all...] |
/external/tensorflow/tensorflow/python/ops/ |
control_flow_ops.py | 132 name: A name for this operation (optional). 135 assert_op: An `Operation` that, when executed, raises a 179 name: A name for this operation (optional). 230 name: A name for this operation (optional). 262 name: A name for this operation (optional). 292 name: A name for this operation (optional). 325 name: A name for this operation (optional). 374 name: A name for this operation (optional). [all...] |