Home
last modified time | relevance | path

Searched defs:_input (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/external/pytorch/torch/distributed/_shard/
H A Dapi.py181 def hook_func(_module, _input, output): argument
208 def hook_func(_module, _input, output): argument
/aosp_15_r20/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java16035 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { in specialStateTransition()
16130 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { in specialStateTransition()
16459 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { in specialStateTransition()
16718 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { in specialStateTransition()
16986 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { in specialStateTransition()
17328 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { in specialStateTransition()
17650 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { in specialStateTransition()
17859 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { in specialStateTransition()
18191 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { in specialStateTransition()
18310 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { in specialStateTransition()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dtraining.py50 from tensorflow.python.training import input as _input unknown
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEMeanStdDevNormalizationKernel.h89 ITensor *_input; variable
H A DNEFFTDigitReverseKernel.h88 const ITensor *_input; variable
H A DNECol2ImKernel.h110 const ITensor *_input; variable
H A DNENormalizationLayerKernel.h102 const ITensor *_input; variable
H A DNEInstanceNormalizationLayerKernel.h87 ITensor *_input; variable
H A DNEGatherKernel.h108 const ITensor *_input; variable
H A DNEPadLayerKernel.h112 const ITensor *_input; variable
H A DNEBatchNormalizationLayerKernel.h129 ITensor *_input; variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CPP/kernels/
H A DCPPPermuteKernel.h92 const ITensor *_input; variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
H A DNEDeconvolutionLayer.h148 ITensor *_input; variable
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/
H A Dsegment_reduction_ops_deterministic_test.py47 def _input(self, data_type, segment_ids_type): member in SegmentReductionDeterminismExceptionsTest
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
H A Dsegment_reduction_ops_d9m_test.py55 def _input(self, data_type, segment_ids_type): member in SegmentReductionDeterminismExceptionsTest
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLCropResize.h129 const ICLTensor *_input; variable
H A DCLDepthwiseConvolutionLayer.h132 const ITensor *_input; variable
H A DCLLSTMLayerQuantized.h216 CLTensor _input; variable
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/
H A Dremapper_test.py44 def _input(shape): function
/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/examples/
H A Dasync_checkpointing_example.py72 def _input(): function
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/testsupport/
H A DMockDataInput.java7 private final InputStream _input; field in MockDataInput
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDilatedMaxPool3d.cu349 Tensor _input = input; in max_pool3d_with_indices_out_cuda_template() local
467 Tensor _input = input; in max_pool3d_with_indices_backward_out_cuda_template() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DTypeParser.java97 protected final String _input; field in TypeParser.MyTokenizer
/aosp_15_r20/external/jackson-databind/src/test/java/perf/
H A DManualReadWithTypeResolution.java19 private final byte[] _input; field in ManualReadWithTypeResolution
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognitionException.cs77 private IIntStream _input; field in Antlr.Runtime.RecognitionException

1234