Home
last modified time | relevance | path

Searched defs:post_op (Results 1 – 12 of 12) sorted by relevance

/external/XNNPACK/src/operators/
Dpost-operation.c22 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/
DPostOps.cpp47 for(auto &post_op : post_ops.get_list()) in post_ops() local
/external/ComputeLibrary/src/core/experimental/
DPostOpUtils.h46 for(const auto &post_op : post_ops.get_list()) in transform_post_op_list_arguments() local
/external/ComputeLibrary/src/core/CL/
DCLUtils.cpp138 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/
Dmkl_matmul_op_fused.cc288 string post_op = fused_ops_[1]; in ExtendMklDnnMatMulFwdParams() local
/external/ComputeLibrary/src/graph/mutators/
DNodeFusionMutator.cpp383 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/
Donednn.py527 post_op, argument
/external/ComputeLibrary/utils/
DTypePrinter.h247 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/
Dtest_quantized_module.py270 use_bias, post_op, use_channelwise, X2_scale=1.0, X2_zero_point=0): argument
Dtest_quantized_op.py3755 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/
Dtest_x86inductor_quantizer.py57 def __init__(self, post_op, use_bias: bool = False, with_bn=False) -> None: argument
/external/pytorch/test/inductor/
Dtest_mkldnn_pattern_matcher.py1018 post_op, argument