Home
last modified time | relevance | path

Searched defs:input_arg (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Drelux_int8.h26 QuantArg input_arg; member
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dinplace_reduce.hpp53 size_t input_arg = k.add_arg<value_type *>(memory_object::global_memory, "input"); in inplace_reduce() local
/third_party/boost/boost/compute/algorithm/detail/
Dinplace_reduce.hpp53 size_t input_arg = k.add_arg<value_type *>(memory_object::global_memory, "input"); in inplace_reduce() local
/third_party/mindspore/mindspore/core/ops/
Ddynamic_broadcast_gradient_args.cc30 int64_t CheckInputsAndGetShape(const AbstractBasePtr &input_arg, const string &prim_name) { in CheckInputsAndGetShape()
/third_party/mindspore/third_party/proto/tensorflow/
Dop_def.proto52 repeated ArgDef input_arg = 2; field
/third_party/node/test/pseudo-tty/
Dtestcfg.py43 def __init__(self, path, file, expected, input_arg, arch, mode, context, config): argument
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc387 auto input_arg = input_args[index]; in GetInputTensorType() local
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_model_parser.cc611 auto &input_arg = tf_sub_signature.input_arg(j); in ConvertSubgraphInputs() local