Searched defs:post_op (Results 1 – 12 of 12) sorted by relevance
/external/XNNPACK/src/operators/ |
D | post-operation.c | 22 const struct xnn_post_operation post_op = post_operations[i]; in allocate_and_initialize_post_operation_params() local 37 const struct xnn_post_operation post_op = post_operations[i]; in allocate_and_initialize_post_operation_params() local
|
/external/ComputeLibrary/tests/validation/reference/ |
D | PostOps.cpp | 47 for(auto &post_op : post_ops.get_list()) in post_ops() local
|
/external/ComputeLibrary/src/core/experimental/ |
D | PostOpUtils.h | 46 for(const auto &post_op : post_ops.get_list()) in transform_post_op_list_arguments() local
|
/external/ComputeLibrary/src/core/CL/ |
D | CLUtils.cpp | 138 const auto &post_op = post_ops.get_list().at(post_op_id); in set_post_ops_cl_build_options() local
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_matmul_op_fused.cc | 288 string post_op = fused_ops_[1]; in ExtendMklDnnMatMulFwdParams() local
|
/external/ComputeLibrary/src/graph/mutators/ |
D | NodeFusionMutator.cpp | 383 for(const auto &post_op : post_op_node_list) in fuse_convolution_with_post_op() local 750 for(auto &post_op : post_op_node_list) in fuse_convolution_batch_normalization_with_post_ops() local
|
/external/pytorch/torch/ao/quantization/backend_config/ |
D | onednn.py | 527 post_op, argument
|
/external/ComputeLibrary/utils/ |
D | TypePrinter.h | 247 inline std::string to_string(const experimental::IPostOp<T> &post_op) in to_string() 264 for(const auto &post_op : post_ops.get_list()) variable
|
/external/pytorch/test/quantization/core/ |
D | test_quantized_module.py | 270 use_bias, post_op, use_channelwise, X2_scale=1.0, X2_zero_point=0): argument
|
D | test_quantized_op.py | 3755 post_op, use_multi_dim_input, use_channelwise, **post_op_kwargs): argument 4341 post_op="none", argument 5013 Y_zero_point, use_bias, post_op, use_channelwise, use_transpose, argument 6650 post_op=PointwisePostOp(), argument
|
/external/pytorch/test/quantization/pt2e/ |
D | test_x86inductor_quantizer.py | 57 def __init__(self, post_op, use_bias: bool = False, with_bn=False) -> None: argument
|
/external/pytorch/test/inductor/ |
D | test_mkldnn_pattern_matcher.py | 1018 post_op, argument
|