Home
last modified time | relevance | path

Searched refs:val_map (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_pass.h643 typedef std::map<uint32_t, value*> val_map; typedef
644 val_map values;
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc102 mlir::Value val, const llvm::DenseMap<mlir::Value, xla::XlaOp>& val_map, in GetXlaOp() argument
104 auto iter = val_map.find(val); in GetXlaOp()
105 if (iter == val_map.end()) { in GetXlaOp()