Searched refs:operand_ (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_batchnorm_thunk.cc | 43 operand_(operand), in CudnnBatchNormForwardInferenceThunk() 57 se::DeviceMemoryBase operand = buffer_allocations.GetDeviceAddress(operand_); in ExecuteOnStream() 82 operand_(operand), in CudnnBatchNormForwardTrainingThunk() 92 se::DeviceMemoryBase operand = buffer_allocations.GetDeviceAddress(operand_); in ExecuteOnStream() 128 operand_(operand), in CudnnBatchNormBackwardThunk() 140 se::DeviceMemoryBase operand = buffer_allocations.GetDeviceAddress(operand_); in ExecuteOnStream()
|
D | cudnn_batchnorm_thunk.h | 68 BufferAllocation::Slice operand_; variable 96 BufferAllocation::Slice operand_; variable 124 BufferAllocation::Slice operand_; variable
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | indexed_array_analysis.h | 111 Array* operand() const { return operand_; } in operand() 118 : operand_(operand), shape_(shape) {} in ReshapedArray() 120 Array* operand_; variable
|
D | pattern_matcher.h | 1303 : operand_index_(operand_index), operand_(operand) {} 1316 operand_.DescribeTo(os, indent + kIndentInc); 1327 if (!operand_.Match(HloOperand(inst, operand_index_), option)) { 1335 HloInstructionPattern<OperandType, OperandImpl> operand_;
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | expression.h | 132 explicit Operation(const Expr<OPERANDS> &...x) : operand_{x...} {} in CLASS_BOILERPLATE() 133 explicit Operation(Expr<OPERANDS> &&...x) : operand_{std::move(x)...} {} in Operation() 146 return operand_.value(); in operand() 148 return std::get<J>(operand_).value(); in operand() 154 return operand_.value(); in operand() 156 return std::get<J>(operand_).value(); in operand() 188 return operand_ == that.operand_; 194 Container operand_;
|
/external/vixl/src/aarch32/ |
D | disasm-aarch32.h | 226 const MemOperand& operand_; variable 230 : location_type_(location_type), operand_(operand) {} in PrintMemOperand() 232 const MemOperand& GetOperand() const { return operand_; } in GetOperand() 237 const AlignedMemOperand& operand_; variable 242 : location_type_(location_type), operand_(operand) {} in PrintAlignedMemOperand() 244 const AlignedMemOperand& GetOperand() const { return operand_; } in GetOperand()
|