Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/tiling/
Dop_tiling_adapter.cc177 ge::NodePtr constant_op = (*ge_graph)->AddNode(op_desc); in NewConstantOp() local
178 ge::OpDescUtils::SetWeights(constant_op, {ge_tensor}); in NewConstantOp()
180 return constant_op; in NewConstantOp()
226 auto constant_op = std::get<1>(item); in AddEdge() local
227 (void)ge_node->AddLinkFrom(index, constant_op); in AddEdge()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_parser.cpp852 auto *constant_op = maybe_get<SPIRConstantOp>(ops[2 + i]); in parse() local
854 if (constant_op) in parse()
859 remapped_constant_ops[i].make_null(get<SPIRType>(constant_op->basetype)); in parse()
860 remapped_constant_ops[i].self = constant_op->self; in parse()
861 remapped_constant_ops[i].constant_type = constant_op->basetype; in parse()