/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 332 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) { 333 // To perform this operation, we just need to swap the L and G bits of the 334 // operation. 335 unsigned OldL = (Operation >> 2) & 1; 336 unsigned OldG = (Operation >> 1) & 1; 337 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits 343 unsigned Operation = Op; 345 Operation ^= 7; // Flip L, G, E bits, but not U. 347 Operation ^= 15; // Flip all of the condition bits. 349 if (Operation > ISD::SETTRUE2 [all...] |
/external/tensorflow/tensorflow/go/op/ |
wrappers.go | 29 func makeOutputList(op *tf.Operation, start int, output string) ([]tf.Output, int, error) { 64 // Compute gradients for a FakeQuantWithMinMaxVarsPerChannel operation. 67 // gradients: Backpropagated gradients above the FakeQuantWithMinMaxVars operation, 69 // inputs: Values passed as inputs to the FakeQuantWithMinMaxVars operation, shape 129 // This operation has a gradient and thus allows for training `min` and `max` 173 // Compute gradients for a FakeQuantWithMinMaxVars operation. 176 // gradients: Backpropagated gradients above the FakeQuantWithMinMaxVars operation. 177 // inputs: Values passed as inputs to the FakeQuantWithMinMaxVars operation. 240 // Compute gradients for a FakeQuantWithMinMaxArgs operation. 243 // gradients: Backpropagated gradients above the FakeQuantWithMinMaxArgs operation [all...] |
/external/mesa3d/docs/specs/ |
MESA_texture_array.spec | 155 Additions to Chapter 2 of the OpenGL 2.0 Specification (OpenGL Operation) 410 operation. [all...] |
/external/mesa3d/src/gallium/state_trackers/nine/ |
nine_lock.c | [all...] |
/external/tensorflow/tensorflow/core/grappler/costs/ |
virtual_scheduler_test.cc | 238 std::vector<Operation> input_tensors; 241 input_tensors.push_back(x.operation); 279 std::vector<Operation> input_tensors = { [all...] |
/frameworks/av/services/audioflinger/ |
Tracks.cpp | 358 const sp<VolumeShaper::Operation>& operation) { 359 return mTrack->applyVolumeShaper(configuration, operation); [all...] |
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/ |
servicemanagement_v1_messages.py | 231 operation, no billing status check will be performed. 262 selector: Selects the operation names to which this rule applies. Refer to 274 OriginalRequestValue: Original request that triggered this operation. 276 operation will contribute. Each key of the map is the name of a child 277 operation. Each value is a field mask that identifies what that child 278 operation contributes to the response, for example, "quota_settings", 284 Only the operation name is stored here. 285 originalRequest: Original request that triggered this operation. 290 operation once the persisted field is set 291 responseFieldMasks: Defines which part of the response a child operation [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceTargetLoweringMIPS32.h | 778 void createArithInst(Intrinsics::AtomicRMWOperation Operation, Variable *Dest, [all...] |
IceTargetLoweringX86Base.h | 328 void lowerAtomicRMW(Variable *Dest, uint32_t Operation, Operand *Ptr, 421 /// load/store operation. Legalizes the operand as well. This is a nop if the [all...] |
/external/tensorflow/tensorflow/python/framework/ |
function.py | 525 assert isinstance(op, ops.Operation) [all...] |
/external/tensorflow/tensorflow/python/ops/ |
sparse_ops.py | 107 Given a tensor `sp_input`, this operation inserts a dimension of 1 at the 703 This operation has the same semantics as `reshape` on the represented dense 828 name: A name for the operation (optional). 896 name: A name for the operation (optional). [all...] |
/external/v8/src/builtins/ |
builtins-array-gen.cc | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageCompressionTranscodingSupport.cpp | 90 enum Operation 105 Operation operation; member in struct:vkt::image::__anon18942::TestParameters 440 // SNORM fix: due to write operation in SNORM format 593 switch(m_parameters.operation) 616 switch(m_parameters.operation) [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 127 \subsection{\texttt{btrecord/btreplay} Method of Operation} 514 to store information concerning each \emph{stall} and IO operation
|
/external/libunwind/doc/ |
libunwind-dynamic.tex | 72 fashion needs to be described with an operation descriptor. For this 79 instruction index, the operation descriptor specifies the effect of 277 \item[\Type{int8\_t} \Var{tag}] The operation tag. Must be one 295 operation tag. The exact meaning of this value varies by tag. See 296 Section ``Operation tags'' below. 323 The possible operation tags are defined by enumeration type
|
/external/tensorflow/tensorflow/c/ |
c_api.cc | 172 void* allocate_tensor(const char* operation, size_t len) { 177 operation, tensorflow::LogMemory::EXTERNAL_TENSOR_ALLOCATION_STEP_ID, 692 "Operation '", op.node.DebugString(), "' was changed by ", [all...] |
/external/v8/tools/ |
tickprocessor.js | 178 operation, addr, opt_stackPos) { 179 var op = Profile.Operation; 180 switch (operation) {
|
/external/tensorflow/tensorflow/python/saved_model/ |
saved_model_test.py | 214 # Build a session and supply it to the load operation. [all...] |
/external/pdfium/xfa/fxfa/parser/ |
xfa_basic_data_element_script.cpp | 214 {/* operation */ 213, 4, 320}, [all...] |
/external/v8/src/ |
objects.cc | 110 bool ComparisonResultToBool(Operation op, ComparisonResult result) { 112 case Operation::kLessThan: 114 case Operation::kLessThanOrEqual: 117 case Operation::kGreaterThan: 119 case Operation::kGreaterThanOrEqual: [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | 83 /// \brief Legalizes the given operation. 101 /// Return a vector shuffle operation which 210 /// Return a vector shuffle operation which 685 // Some targets pretend to have an i1 loading operation, and actually [all...] |
/external/mesa3d/include/D3D9/ |
d3d9.h | 282 virtual HRESULT WINAPI ComposeRects(IDirect3DSurface9 *pSrc, IDirect3DSurface9 *pDst, IDirect3DVertexBuffer9 *pSrcRectDescs, UINT NumRects, IDirect3DVertexBuffer9 *pDstRectDescs, D3DCOMPOSERECTSOP Operation, int Xoffset, int Yoffset) = 0; [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | 87 /// LegalizeOp - Return a legal replacement for the given operation, with 102 /// ShuffleWithNarrowerEltType - Return a vector shuffle operation which 160 /// ShuffleWithNarrowerEltType - Return a vector shuffle operation which [all...] |