Home
last modified time | relevance | path

Searched defs:inner_precise (Results 1 – 21 of 21) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/opapi/aclnn/
Dfused_infer_attention_score_aclnn_kernel.cc66 auto inner_precise = transform::ConvertKernelTensor<int64_t>(inputs[real_input_idx_[kIndex24]]); in GetWorkSpaceInfo() local
120 auto inner_precise = transform::ConvertKernelTensor<int64_t>(inputs[real_input_idx_[kIndex24]]); in Launch() local
Dflash_attention_score_grad_aclnn_kernel.h87 auto inner_precise = inputs[kIndex20]; in DEFINE_GET_WORKSPACE_FOR_RESIZE() local
Dflash_attention_score_aclnn_kernel.cc58 auto inner_precise = inputs[kIndex15]; in GetWorkSpaceInfo() local
Dflash_attention_score_grad_aclnn_kernel.cc58 auto inner_precise = inputs[kIndex20]; in GetWorkSpaceInfo() local
Dflash_attention_score_aclnn_kernel.h87 auto inner_precise = inputs[kIndex15]; in DEFINE_GET_WORKSPACE_FOR_RESIZE() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/
Dtest_fused_infer_attention_score.py33 inner_precise=0): argument
53 … antiquant_scale, antiquant_offset, block_table=None, block_size=0, inner_precise=0): argument
63 pre_tokens=2147483547, next_tokens=0, sparse_mode=0, inner_precise=0): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dflash_attention_fusion.h32 int inner_precise = 1; member
Dflash_attention_fusion.cc2656 int inner_precise = std::atoi(attr_value.c_str()); in ParseFAParam() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/pyboost/customize/
Dflash_attention_score.cc50 const Int64ImmPtr next_tokens, const Int64ImmPtr inner_precise, const Int64ImmPtr input_layout, in FlashAttentionScoreAscendCall()
105 const Int64ImmPtr inner_precise, const Int64ImmPtr input_layout, const Int64ImmPtr sparse_mode) { in FlashAttentionScoreAscendCustomize()
Dflash_attention_score_grad.cc39 const Int64ImmPtr inner_precise, const Int64ImmPtr input_layout, const Int64ImmPtr sparse_mode, in FlashAttentionScoreGradAscendCall()
93 const Int64ImmPtr inner_precise, const Int64ImmPtr input_layout, const Int64ImmPtr sparse_mode) { in FlashAttentionScoreGradAscendCustomize()
Dffn_ext.cc37 const Int64ImmPtr &activation, const Int64ImmPtr &inner_precise) { in FFNExtAscendCustomize()
Dfused_infer_attention_score.cc40 …Int64ImmPtr &num_key_value_heads, const Int64ImmPtr &sparse_mode, const Int64ImmPtr &inner_precise, in FusedInferAttentionScoreAscendCustomize()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/onnx/
Donnx_prompt_flash_attention_parser.cc52 int64_t inner_precise = onnx_node_attr.i(); in Parse() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Df_f_n.cc75 void FFN::Init(const std::string &activation, int64_t inner_precise) { in Init()
84 void FFN::set_inner_precise(int64_t inner_precise) { in set_inner_precise()
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_ops_flash_attention_score.py31 … next_tokens=65536, scalar_value=1.0, inner_precise=0, sparse_mode=0): argument
95 next_tokens=65536, inner_precise=0, sparse_mode=0): argument
/third_party/mindspore/mindspore-src/source/tests/ut/python/parallel/
Dtest_fused_infer_attention_score.py152 num_key_value_heads=0, strategy=None, sparse_mode=0, inner_precise=1, block_size=0, argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.cc728 void FFNExt::set_inner_precise(const int64_t &inner_precise) { (void)this->AddAttr("inn… in set_inner_precise()
803 void FlashAttentionScoreGrad::set_inner_precise(const int64_t &inner_precise) { (void)t… in set_inner_precise()
838 void FlashAttentionScore::set_inner_precise(const int64_t &inner_precise) { (void)this-… in set_inner_precise()
2200 void FusedInferAttentionScore::set_inner_precise(const int64_t &inner_precise) { (void)… in set_inner_precise()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dnn_ops.py9606 num_key_value_heads=0, sparse_mode=0, inner_precise=1): argument
9675 inner_precise=1): argument
D_inner_ops.py2469 def __init__(self, activation, inner_precise): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Dnn_func.py7889 num_key_value_heads=0, sparse_mode=0, inner_precise=1): argument
7965 inner_precise=1): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/manually_defined/
Dops_def.py1873 … scalar_value=1.0, pre_tokens=2147483647, next_tokens=2147483647, inner_precise=0, argument