Home
last modified time | relevance | path

Searched defs:InputType (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcudagraph_trees.py361 inputs: List[InputType],
376 def deferred_cudagraphify(inputs: List[InputType]) -> OutputType:
409 inputs: List[InputType],
777 inputs: List[InputType],
991 self, dsts: List[InputType], srcs: List[InputType]
1006 def check_static_inputs_are_stable(self, new_inputs: List[InputType]) -> None:
1026 def run_first_inputs(self, new_inputs: List[InputType]) -> OutputType:
1038 def run(self, new_inputs: List[InputType]) -> OutputType:
1163 def _record(self, model: ModelType, inputs: List[InputType]) -> OutputType:
1578 self, inputs: List[InputType]
[all …]
H A Dcudagraph_utils.py125 inputs: List[InputType],
264 inputs: List[InputType],
H A Dutils.py88 InputType = Union[torch.Tensor, int] variable
1969 model: Callable[[List[InputType]], Any],
1975 def run(new_inputs: List[InputType]):
1991 new_inputs: List[InputType], check_inputs_idxs: Sequence[int]
2001 inputs: List[InputType],
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dnon_max_suppression_op_test.cc383 using InputType = typename InputAndThresholdTypes::first_type; typedef in tensorflow::NonMaxSuppressionV3OpTest
403 using InputType = typename TestFixture::InputType; in TYPED_TEST() typedef
424 using InputType = typename TestFixture::InputType; in TYPED_TEST() typedef
445 using InputType = typename TestFixture::InputType; in TYPED_TEST() typedef
469 using InputType = typename TestFixture::InputType; in TYPED_TEST() typedef
489 using InputType = typename TestFixture::InputType; in TYPED_TEST() typedef
510 using InputType = typename TestFixture::InputType; in TYPED_TEST() typedef
530 using InputType = typename TestFixture::InputType; in TYPED_TEST() typedef
546 using InputType = typename TestFixture::InputType; in TYPED_TEST() typedef
574 using InputType = typename TestFixture::InputType; in TYPED_TEST() typedef
[all …]
/aosp_15_r20/external/eigen/unsupported/test/
H A Dautodiff.cpp40 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef
114 typedef Matrix<Scalar, 2, 1> InputType; typedef
161 typedef typename Func::InputType InputType; in forward_jacobian_cpp11() typedef
/aosp_15_r20/external/llvm-libc/test/src/math/performance_testing/
H A DBinaryOpSingleOutputPerf.h131 #define BINARY_OP_SINGLE_OUTPUT_PERF(OutputType, InputType, myFunc, otherFunc, \ argument
139 #define BINARY_OP_SINGLE_OUTPUT_PERF_EX(OutputType, InputType, myFunc, \ argument
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dquantized_lstm.mod.py25 InputType = ("TENSOR_QUANT8_ASYMM", [n_batch, n_input], 1 / 128, 128) variable
112 InputType = ("TENSOR_QUANT8_ASYMM", [n_batch, n_input], 1 / 128, 128) variable
/aosp_15_r20/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLevenbergMarquardt.h49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef
73 typedef Matrix<Scalar,Dynamic,1> InputType; typedef
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_latency_info.pbzero.h182 enum InputType : int32_t { enum
276 using InputType = ::perfetto::protos::pbzero::ChromeLatencyInfo_InputType; variable
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
H A Dchrome_latency_info.pbzero.h182 enum InputType : int32_t { enum
276 using InputType = ::perfetto::protos::pbzero::ChromeLatencyInfo_InputType; variable
/aosp_15_r20/external/swiftshader/src/Device/
H A DETC_Decoder.hpp18 enum InputType enum in ETC_Decoder
/aosp_15_r20/external/python/cpython2/Include/
DcStringIO.h60 PyTypeObject *InputType, *OutputType; member
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dtransform_iterator.h46 using InputType = typename std::iterator_traits<BaseIterator>::reference; variable
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dtransform_iterator.h47 using InputType = typename std::iterator_traits<BaseIterator>::reference; variable
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dtransform_iterator.h47 using InputType = typename std::iterator_traits<BaseIterator>::reference; variable
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dtransform_iterator.h46 using InputType = typename std::iterator_traits<BaseIterator>::reference; variable
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dtransform_iterator.h47 using InputType = std::conditional_t<std::is_same_v<BaseReference, void>, variable
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs56 public MessageDescriptor InputType { get { return inputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dtransform_iterator.h47 using InputType = std::conditional_t<std::is_same_v<BaseReference, void>, variable
/aosp_15_r20/art/libartbase/base/
H A Dtransform_iterator.h47 using InputType = std::conditional_t<std::is_same_v<BaseReference, void>, variable
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs56 public MessageDescriptor InputType { get { return inputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dtransform_iterator.h47 using InputType = std::conditional_t<std::is_same_v<BaseReference, void>, variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dtransform_iterator.h47 using InputType = std::conditional_t<std::is_same_v<BaseReference, void>, variable
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dtransform_iterator.h47 using InputType = std::conditional_t<std::is_same_v<BaseReference, void>, variable
/aosp_15_r20/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffJacobian.h35 typedef typename Functor::InputType InputType; typedef

12345678910>>...13