Home
last modified time | relevance | path

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

123

/external/pytorch/torch/_inductor/
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 …]
Dcudagraph_utils.py125 inputs: List[InputType],
264 inputs: List[InputType],
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],
/external/tensorflow/tensorflow/core/kernels/image/
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 …]
/external/iamf_tools/iamf/common/utils/
Dsample_processing_utils.h68 const absl::AnyInvocable<absl::Status(InputType, OutputType&) const>& in ConvertInterleavedToTimeChannel()
115 const absl::AnyInvocable<absl::Status(InputType, OutputType&) const>& in ConvertTimeChannelToInterleaved()
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/performance_testing/
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
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/performance_testing/
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
/external/llvm-libc/test/src/math/performance_testing/
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
/external/swiftshader/src/Device/
DETC_Decoder.hpp18 enum InputType enum in ETC_Decoder
/external/eigen/unsupported/test/
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
Dforward_adolc.cpp31 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef
DNumericalDiff.cpp20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs56 public MessageDescriptor InputType { get { return inputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs56 public MessageDescriptor InputType { get { return inputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs56 public MessageDescriptor InputType { get { return inputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffJacobian.h35 typedef typename Functor::InputType InputType; typedef
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h41 typedef typename Functor::InputType InputType; typedef
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_latency_info.proto89 enum InputType { enum
/external/rust/android-crates-io/crates/der_derive/src/
Dvalue_ord.rs124 enum InputType { enum
/external/googleapis/google/actions/sdk/v2/
Dactions_testing.proto97 enum InputType { enum
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLevenbergMarquardt.h49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef
73 typedef Matrix<Scalar,Dynamic,1> InputType; typedef
/external/googleapis/google/streetview/publish/v1/
Drpcmessages.proto248 enum InputType { enum
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DAlertDialogTask.java58 private enum InputType { enum in AlertDialogTask
/external/llvm-libc/test/src/stdlib/
DStrfromTest.h486 #define STRFROM_TEST(InputType, name, func) \ argument
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdlib/
DStrfromTest.h486 #define STRFROM_TEST(InputType, name, func) \ argument

123