Home
last modified time | relevance | path

Searched defs:to_scalar (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/symbolic_shape/
Dutils.cc84 SymbolPtr KernelTensorValueToSymbol(const ValuePtr &v, bool to_scalar) { in KernelTensorValueToSymbol()
114 SymbolPtr ConstValueToSymbol(const ValuePtr &v, bool to_scalar) { in ConstValueToSymbol()
/third_party/rust/rust/src/tools/miri/src/shims/windows/
Dhandle.rs122 pub fn to_scalar(self, cx: &impl HasDataLayout) -> Scalar<Provenance> { in to_scalar() method
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Doperand.rs68 pub fn to_scalar(self) -> Scalar<Prov> { in to_scalar() method