Home
last modified time | relevance | path

Searched defs:input_ (Results 1 – 25 of 231) sorted by relevance

12345678910

/external/python/asn1crypto/asn1crypto/
D_teletex_codec.py16 def encode(self, input_, errors='strict'): argument
19 def decode(self, input_, errors='strict'): argument
25 def encode(self, input_, final=False): argument
31 def decode(self, input_, final=False): argument
/external/tensorflow/tensorflow/compiler/mlir/tfr/examples/mnist/
Dops_defs.py53 def _composite_conv_add_relu(input_, filter_, bias, stride_w, stride_h, argument
122 def _composite_fully_connected(input_, filter_, bias, act): argument
172 def _composite_max_pool(input_, stride_w, stride_h, filter_width, filter_height, argument
/external/tensorflow/tensorflow/compiler/mlir/tfr/examples/pad/
Dops_defs.py48 def _composite_mirror_pad(input_, paddings, mode): argument
98 def _composite_mirror_pad_grad(input_, paddings, mode): argument
/external/tensorflow/tensorflow/lite/kernels/
Dcomplex_support_test.cc48 int input_; member in tflite::__anon0f242fc10111::RealOpModel
109 int input_; member in tflite::__anon0f242fc10111::ImagOpModel
172 int input_; member in tflite::__anon0f242fc10111::ComplexAbsOpModel
Drandom_uniform_test.cc72 int input_; member in tflite::__anona41b72ed0111::RandomUniformOpModel
98 int input_; member in tflite::__anona41b72ed0111::RandomUniformIntOpModel
Dexp_test.cc53 int input_; member in tflite::__anon492ab29a0111::ExpOpModel
Dfloor_test.cc46 int input_; member in tflite::__anonba46dbcf0111::FloorOpModel
Dround_test.cc45 int input_; member in tflite::__anonc2e8e6550111::RoundOpModel
Dceil_test.cc46 int input_; member in tflite::__anonf56ee56a0111::CeilOpModel
Dwhere_test.cc46 int input_; member in tflite::__anon27f7e9a80111::BaseWhereOpModel
72 int input_; member in tflite::__anon27f7e9a80111::ConstInputWhereOpModel
Drandom_uniform_custom_test.cc74 int input_; member in tflite::__anon6007f8470111::RandomUniformOpModel
101 int input_; member in tflite::__anon6007f8470111::RandomUniformIntOpModel
Dneg_test.cc52 int input_; member in tflite::__anon944453670111::NegOpModel
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dpacket_filter.h70 Endpoint* input_; variable
/external/tensorflow/tensorflow/core/kernels/data/
Dtake_dataset_op.h61 const DatasetBase* const input_; variable
/external/libaom/test/
Dselfguided_filter_test.cc58 uint8_t *input_ = in RunSpeedTest() local
142 uint8_t *input_ = in RunCorrectnessTest() local
253 uint16_t *input_ = in RunSpeedTest() local
341 uint16_t *input_ = in RunCorrectnessTest() local
Dwarp_filter_test_util.cc130 std::unique_ptr<uint8_t[]> input_(new (std::nothrow) uint8_t[h * stride]); in RunSpeedTest() local
194 std::unique_ptr<uint8_t[]> input_(new (std::nothrow) uint8_t[h * stride]); in RunCheckOutput() local
329 std::unique_ptr<uint16_t[]> input_(new (std::nothrow) uint16_t[h * stride]); in RunSpeedTest() local
394 std::unique_ptr<uint16_t[]> input_(new (std::nothrow) uint16_t[h * stride]); in RunCheckOutput() local
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Drnn_test.py58 def call(self, input_, state, scope=None): argument
76 def call(self, input_, state, scope=None): argument
94 def call(self, input_, state, scope=None): argument
115 def call(self, input_, state, scope=None): argument
/external/webrtc/modules/audio_processing/test/
Ddebug_dump_replayer.h59 std::unique_ptr<ChannelBuffer<float>> input_; in RTC_POP_IGNORING_WUNDEF() local
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_input.h99 std::unique_ptr<NetEqInput> input_; variable
/external/bcc/examples/usdt_sample/usdt_sample_lib1/src/
Dlib1.cpp15 OperationRequest::OperationRequest(const std::string& input_) in OperationRequest()
/external/openscreen/cast/standalone_sender/
Dstreaming_opus_encoder.h91 const std::unique_ptr<float[]> input_; // Interleaved audio samples. variable
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc590 int input_; member in tflite::__anon4fbea17c0111::FloatPoolingOpModel
701 int input_; member in tflite::__anon4fbea17c0111::ConvolutionOpModel
1079 int input_; member in tflite::__anon4fbea17c0111::PerChannelQuantizedConvolutionWithConstantFilterOpModel
1194 int input_; member in tflite::__anon4fbea17c0111::DepthwiseConvolutionOpModel
1319 int input_; member in tflite::__anon4fbea17c0111::FullyConnectedOpModel
1419 int input_; member in tflite::__anon4fbea17c0111::SoftmaxOpModel
1515 int input_; member in tflite::__anon4fbea17c0111::ReshapeOpModel
1548 int input_; member in tflite::__anon4fbea17c0111::SqueezeOpModel
1604 int input_; member in tflite::__anon4fbea17c0111::L2NormOpModel
1642 int input_; member in tflite::__anon4fbea17c0111::TransposeSimpleModel
[all …]
Dnnapi_delegate_signed_quantization_test.cc122 int input_; member in tflite::__anon59489a3b0111::HybridFullyConnectedOpModel
311 int input_; member in tflite::__anon59489a3b0111::BaseConvolutionOpModel
724 int input_; member in tflite::__anon59489a3b0111::QuantizeOpModel
824 int input_; member in tflite::__anon59489a3b0111::DequantizeOpModel
/external/tensorflow/tensorflow/core/data/
Droot_dataset.h70 const DatasetBase* input_; variable
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dneg_test.cc45 int input_; member in tflite::NegOpModel

12345678910