Home
last modified time | relevance | path

Searched defs:operand_value (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Delemental_ir_emitter.cc243 const HloInstruction* op, llvm::Value* operand_value) { in EmitUnaryOp()
255 const HloInstruction* op, llvm::Value* operand_value) { in EmitIntegerUnaryOp()
375 const HloInstruction* op, llvm::Value* operand_value) { in EmitFloatUnaryOp()
565 const HloInstruction* op, llvm::Value* operand_value) { in EmitComplexUnaryOp()
948 llvm::Value* operand_value, in EmitComplexAbsHelper()
968 PrimitiveType prim_type, llvm::Value* operand_value) { in EmitComplexAbs()
984 PrimitiveType prim_type, llvm::Value* operand_value) { in EmitSqrtComplexAbs()
1004 PrimitiveType prim_type, llvm::Value* operand_value) { in EmitRsqrtComplexAbs()
1162 const HloInstruction* op, llvm::Value* operand_value) { in EmitComplexLog()
1184 llvm::Value* operand_value) { in EmitComplexSqrt()
[all …]
H A Dbuffer_assignment.cc990 const HloLiveRange::TimeBound& operand_live_range) { in LiveRangeInterferes()
1009 auto operand_value = buffer1; in LiveRangeInterferes() local
1018 auto operand_value = buffer2; in LiveRangeInterferes() local
H A Dhlo_alias_analysis.cc176 const HloValue& operand_value = dataflow.GetUniqueValueAt( in ComputeInPlaceOperationAliasedValues() local
H A Dheap_simulator.cc256 for (const HloValue* operand_value : operand_value_set.values()) { in RunComputation() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dvalue_utils.cc63 int ValueRank(mlir::Value operand_value) { in ValueRank()
H A Dmesh_propagation.cc119 mlir::Value operand_value = operand->get(); in ExtractMeshFromOperand() local