Home
last modified time | relevance | path

Searched defs:arg_type (Results 1 – 25 of 55) sorted by relevance

123

/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/views/
Darg_type_view.cc23 ArgTypeView::ArgTypeView(ArgType arg_type) : arg_type_(arg_type) {} in ArgTypeView()
/external/tensorflow/tensorflow/c/experimental/ops/gen/model/
Darg_spec.h37 const ArgType arg_type() const { return arg_type_; } in arg_type() function
Darg_spec.cc20 ArgSpec::ArgSpec(const OpDef::ArgDef& arg_def, ArgType arg_type, int position) in ArgSpec()
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_info.cpp128 char arg_type[KERNEL_ARGUMENT_LENGTH]; member in KernelArgInfo
528 size_t get_param_size(const std::string& arg_type, cl_device_id deviceID, in get_param_size()
661 for (auto arg_type : type_arguments) in run_scalar_vector_tests() local
742 for (auto arg_type : type_arguments) in run_pipe_tests() local
950 std::string arg_type = "int*"; in run_boundary_tests() local
/external/tensorflow/tensorflow/compiler/xla/mlir/utils/runtime/
Dconstraints.cc52 auto arg_type = func.getFunctionType().getInput(i); in GetArgumentsConstraints() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/
Dpython_test_attrs.cc41 auto arg_type = arg.getType().dyn_cast<RankedTensorType>(); in verifyRegionArgAttribute() local
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
Drewrite_quantized_io.cc55 Type arg_type = arg.getType(); in runOnOperation() local
/external/tensorflow/tensorflow/dtensor/mlir/
Dspmd_expansion.cc205 mlir::Type arg_type = mlir::getElementTypeOrSelf( in UpdateFunctionArgsUsingLayout() local
251 auto arg_type = operand.get().getType().dyn_cast<mlir::RankedTensorType>(); in UpdateFunctionWithLocalInputShapes() local
/external/python/apitools/apitools/base/py/
Dutil.py93 def Typecheck(arg, arg_type, msg=None): argument
/external/tensorflow/tensorflow/core/tfrt/eager/
Dfunction_cache.cc124 for (const auto& arg_type : fbody->arg_types) { in GetOrAddFunction() local
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dembed_tf_framework.cc44 for (auto arg_type : llvm::enumerate(func_type.getInputs())) { in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlift_variables.cc192 auto arg_type = arg.getType().cast<RankedTensorType>(); in LiftVariables() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_saved_model.cc176 Type arg_type, in VerifyBoundInputArgType()
206 auto arg_type = cast<func::FuncOp>(op).getArgument(arg_index).getType(); in verifyRegionArgAttribute() local
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dcommon.cpp159 const auto arg_type = arg.getType(); in make_kernel_args() local
/external/cronet/base/trace_event/
Dtrace_event_impl.h131 unsigned char arg_type(size_t index) const { return args_.types()[index]; } in arg_type() function
Dtrace_arguments.cc83 const char* TypeToString(unsigned char arg_type) { in TypeToString()
/external/libchrome/base/trace_event/
Dtrace_event_impl.h145 unsigned char arg_type(size_t index) const { return arg_types_[index]; } in arg_type() function
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dmodify_io_nodes.cc105 Type arg_type = arg.getType(); in ModifyInputNodes() local
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp104 mutable TypeID const* arg_type; member
145 mutable TypeID const* arg_type; member
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp102 mutable TypeID const* arg_type; member
143 mutable TypeID const* arg_type; member
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp90 mutable TypeID const* arg_type; member
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c361 LLVMTypeRef arg_type; in lp_build_select() local
/external/wayland/tests/
Dprotocol-logger-test.c186 char arg_type; in client_log_to_stderr_demo() local
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
Dquantize_composite_functions.cc449 if (const auto arg_type = arg.getType().dyn_cast<TensorType>()) { in matchAndRewrite() local
495 TensorType arg_type = arg.getType().dyn_cast<TensorType>(); in matchAndRewrite() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp87 mutable TypeID const* arg_type; member

123