Home
last modified time | relevance | path

Searched refs:operand_ (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc43 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()
Dcudnn_batchnorm_thunk.h68 BufferAllocation::Slice operand_; variable
96 BufferAllocation::Slice operand_; variable
124 BufferAllocation::Slice operand_; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.h111 Array* operand() const { return operand_; } in operand()
118 : operand_(operand), shape_(shape) {} in ReshapedArray()
120 Array* operand_; variable
Dpattern_matcher.h1303 : 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/
Dexpression.h132 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/
Ddisasm-aarch32.h226 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()