Home
last modified time | relevance | path

Searched defs:input_type (Results 1 – 25 of 59) sorted by relevance

123

/external/autotest/client/cros/input_playback/
Dinput_playback.py18 def __init__(self, input_type): argument
109 def has(self, input_type): argument
123 def emulate(self, input_type='mouse', property_file=None): argument
313 def _find_device_ids(self, device_dir, input_type, name): argument
441 def playback(self, filepath, input_type='touchpad'): argument
461 def blocking_playback(self, filepath, input_type='touchpad'): argument
489 def blocking_playback_of_default_file(self, filename, input_type='mouse'): argument
/external/autotest/client/site_tests/touch_UpdateErrors/
Dtouch_UpdateErrors.py81 def _check_updates(self, input_type): argument
120 def run_once(self, input_type='touchpad'): argument
/external/autotest/client/site_tests/touch_WakeupSource/
Dtouch_WakeupSource.py27 def _find_wakeup_file(self, input_type): argument
72 def _is_wake_source(self, input_type): argument
/external/perfetto/src/ipc/protoc_plugin/
Dipc_generator.cc133 std::string input_type = method.input_type()->name(); in ForEachMethod() local
167 const std::string& input_type, in GenerateServiceHeader()
168 const std::string& output_type) { in GenerateServiceHeader()
213 const std::string& input_type, in GenerateServiceCpp()
214 const std::string& output_type) { in GenerateServiceCpp()
/external/tensorflow/tensorflow/contrib/specs/python/
Dsummaries.py248 input_type=dtypes.float32): argument
276 input_type=dtypes.float32): argument
300 input_type=dtypes.float32): argument
/external/v8/src/compiler/
Dtyped-optimization.cc119 Type* const input_type = NodeProperties::GetType(input); in ReduceCheckHeapObject() local
155 Type* const input_type = NodeProperties::GetType(input); in ReduceCheckString() local
193 Type* const input_type = NodeProperties::GetType(input); in ReduceNumberFloor() local
227 Type* const input_type = NodeProperties::GetType(input); in ReduceNumberRoundop() local
236 Type* const input_type = NodeProperties::GetType(input); in ReduceNumberToUint8Clamped() local
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops_test.cc42 Status Init(DataType input_type, const std::vector<string>& debug_urls) { in Init()
53 Status Init(DataType input_type) { in Init()
180 Status Init(DataType input_type) { in Init()
243 Status Init(DataType input_type) { in Init()
251 Status InitGated(DataType input_type, const std::vector<string>& debug_urls) { in InitGated()
634 Status Init(DataType input_type) { in Init()
686 Status Init(DataType input_type) { in Init()
Dsequence_ops_test.cc33 void MakeOp(DataType input_type) { in MakeOp()
45 void MakeOp(DataType input_type, DataType index_type) { in MakeOp()
Didentity_op_test.cc31 Status Init(DataType input_type) { in Init()
Dguarantee_const_op_test.cc32 Status Init(DataType input_type) { in Init()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dtoco_cmdline_flags.cc185 toco::IODataType input_type; in ReadTocoFlagsFromCommandLineFlags() local
204 toco::IODataType input_type; in ReadTocoFlagsFromCommandLineFlags() local
/external/autotest/client/site_tests/touch_HasInput/
Dtouch_HasInput.py13 def run_once(self, input_type=''): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatch_norm_op.cc44 xla::PrimitiveType input_type; in Compile() local
135 xla::PrimitiveType input_type; in Compile() local
Dmatrix_band_part_op.cc51 DataType input_type = context->input_type(0); in Compile() local
Dreverse_sequence_op.cc63 const DataType input_type = context->input_type(0); in Compile() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h70 DataType input_type(int index) { return context_->input(index).dtype(); } in input_type() function
Dxla_helpers.cc36 const TensorShape& input_shape, DataType input_type, in ArgMinMax()
185 const TensorShape& input_shape, DataType input_type, in ArgMax()
195 const TensorShape& input_shape, DataType input_type, in ArgMin()
/external/adhd/cras/src/tests/
Daudio_test_gui.py171 def start_test(self, input_type, output_type, input_file='', argument
/external/autotest/client/cros/
Dtouch_playback_test_base.py71 def _find_test_files(self, input_type, gestures): argument
116 def _find_test_files_from_directions(self, input_type, fmt_str, directions): argument
138 def _download_remote_test_file(self, filename, input_type): argument
295 def _get_kernel_events_recorder(self, input_type): argument
/external/tensorflow/tensorflow/contrib/tensorrt/shape_fn/
Dtrt_shfn.cc39 std::vector<::tensorflow::DataType> input_type; in TRTEngineOpShapeInference() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc145 for (PrimitiveType input_type : input_types) { in EmitMathCall() local
260 PrimitiveType input_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local
278 for (PrimitiveType input_type : input_types) { in EmitDeviceFunctionCall() local
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dconcatenation.cc51 TfLiteType input_type = t0->type; in Prepare() local
Dsplit.cc78 auto input_type = op_context.input->type; in Prepare() local
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.h54 DataType input_type(int64 idx) const { return input_types_[idx]; } in input_type() function
/external/tensorflow/tensorflow/cc/framework/
Dops.h43 DataType input_type(int32 o) const { return node_->input_type(o); } in input_type() function

123