Home
last modified time | relevance | path

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

1234

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_conversion.cpp40 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
66 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
94 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
121 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
147 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
174 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
202 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
216 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
230 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
250 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_conversion.cpp40 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
66 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
94 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
121 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
147 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
174 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
202 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
216 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
247 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
267 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
[all …]
/external/tensorflow/tensorflow/contrib/distribute/python/
Dinput_lib_test.py38 def _create_iterator(self, input_type, dataset_fn, worker_device_pairs, argument
61 input_type, argument
105 def testOneDeviceCPU(self, input_type): argument
118 def testTwoDevicesOneGPUOneCPU(self, input_type): argument
131 def testTupleDataset(self, input_type): argument
150 def testUnevenDatasetBatches(self, input_type): argument
164 def testBatchSplitting(self, input_type, split_batch_by): argument
206 def testOneDevicePerWorker(self, input_type): argument
217 def testTwoDevicesPerWorker(self, input_type): argument
227 def testTupleDataset(self, input_type): argument
[all …]
/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/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/autotest/client/site_tests/touch_UpdateErrors/
Dtouch_UpdateErrors.py81 def _check_updates(self, input_type): argument
117 def run_once(self, input_type='touchpad'): argument
/external/autotest/client/site_tests/touch_WakeupSource/
Dtouch_WakeupSource.py33 def _find_wakeup_file(self, input_type): argument
78 def _is_wake_source(self, input_type): argument
/external/v8/src/compiler/
Dtyped-optimization.cc120 Type const input_type = NodeProperties::GetType(input); in ReduceCheckHeapObject() local
130 Type const input_type = NodeProperties::GetType(input); in ReduceCheckNotTaggedHole() local
167 Type const input_type = NodeProperties::GetType(input); in ReduceCheckNumber() local
177 Type const input_type = NodeProperties::GetType(input); in ReduceCheckString() local
232 Type const input_type = NodeProperties::GetType(input); in ReduceNumberFloor() local
268 Type const input_type = NodeProperties::GetType(input); in ReduceNumberRoundop() local
277 Type const input_type = NodeProperties::GetType(input); in ReduceNumberToUint8Clamped() local
544 Type const input_type = NodeProperties::GetType(input); in ReduceSpeculativeToNumber() local
589 Type const input_type = NodeProperties::GetType(input); in ReduceToBoolean() local
/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/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()
Dstring_format_op_test.cc31 Status Init(int num_inputs, DataType input_type, in Init()
Didentity_op_test.cc31 Status Init(DataType input_type) { in Init()
Dguarantee_const_op_test.cc32 Status Init(DataType input_type) { in Init()
/external/autotest/client/site_tests/touch_HasInput/
Dtouch_HasInput.py13 def run_once(self, input_type=''): argument
/external/tensorflow/tensorflow/lite/toco/
Dtoco_cmdline_flags.cc290 toco::IODataType input_type; in ReadTocoFlagsFromCommandLineFlags() local
309 toco::IODataType input_type; in ReadTocoFlagsFromCommandLineFlags() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-coordination.hpp48 typedef Input input_type; typedef in rxcpp::coordinator
118 class input_type class in rxcpp::identity_one_worker
123 explicit input_type(rxsc::worker w) in input_type() function in rxcpp::identity_one_worker::input_type
245 class input_type class in rxcpp::serialize_one_worker
251 explicit input_type(rxsc::worker w, std::shared_ptr<std::mutex> m) in input_type() function in rxcpp::serialize_one_worker::input_type
/external/tensorflow/tensorflow/lite/kernels/
Darg_min_max_test.cc29 ArgBaseOpModel(std::initializer_list<int> input_shape, TensorType input_type, in ArgBaseOpModel()
51 ArgMaxOpModel(std::initializer_list<int> input_shape, TensorType input_type, in ArgMaxOpModel()
66 ArgMinOpModel(std::initializer_list<int> input_shape, TensorType input_type, in ArgMinOpModel()
Dceil_test.cc29 CeilOpModel(std::initializer_list<int> input_shape, TensorType input_type) { in CeilOpModel()
Dfloor_test.cc29 FloorOpModel(std::initializer_list<int> input_shape, TensorType input_type) { in FloorOpModel()
Dexpand_dims_test.cc31 TensorType input_type) { in ExpandDimsOpModel()
/external/tensorflow/tensorflow/lite/tools/accuracy/
Drun_tflite_model_stage.h34 std::vector<DataType> input_type; member
Deval_pipeline_builder.cc48 DataType input_type) { in WithInput()
/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
294 def _get_kernel_events_recorder(self, input_type): argument
/external/adhd/cras/src/tests/
Daudio_test_gui.py171 def start_test(self, input_type, output_type, input_file='', argument

1234