Home
last modified time | relevance | path

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

1234567

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_conversion.cpp42 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
72 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
104 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
135 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
170 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
206 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
242 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
256 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
296 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
316 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_conversion.cpp42 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
72 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
104 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
135 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
170 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
206 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
242 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
256 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
296 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
316 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_conversion.cpp42 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
72 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
104 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
135 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
170 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
206 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
242 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
256 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
287 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
307 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
[all …]
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_cpu_op.h23 #define GENERATE_AND_REGISTER_UNARY_CPU_KERNEL(tf_op, input_type) \ argument
26 #define GENERATE_UNARY_CPU_KERNEL(tf_op, input_type) \ argument
29 #define GENERATE_UNARY_CPU_KERNEL2(tf_op, input_type, output_type) \ argument
32 #define REGISTER_ALIASED_CPU_KERNEL(tf_op, mlir_op, input_type, output_type) \ argument
35 #define REGISTER_CPU_KERNEL(tf_op, input_type, output_type) \ argument
38 #define REGISTER_COMPLEX_CPU_KERNEL(tf_op, input_type, output_type) \ argument
41 #define REGISTER_CPU_KERNEL_NO_TYPE_CONSTRAINT(tf_op, input_type) \ argument
44 #define GENERATE_AND_REGISTER_BINARY_CPU_KERNEL(tf_op, input_type) \ argument
47 #define GENERATE_AND_REGISTER_BINARY_CPU_KERNEL2(tf_op, input_type, \ argument
51 #define GENERATE_BINARY_CPU_KERNEL(tf_op, input_type) \ argument
[all …]
Dbase_gpu_op.h23 #define GENERATE_AND_REGISTER_UNARY_GPU_KERNEL(tf_op, input_type) \ argument
26 #define GENERATE_UNARY_GPU_KERNEL(tf_op, input_type) \ argument
29 #define GENERATE_UNARY_GPU_KERNEL2(tf_op, input_type, output_type) \ argument
32 #define REGISTER_ALIASED_GPU_KERNEL(tf_op, mlir_op, input_type, output_type) \ argument
35 #define REGISTER_GPU_KERNEL(tf_op, input_type, output_type) \ argument
38 #define REGISTER_COMPLEX_GPU_KERNEL(tf_op, input_type, output_type) \ argument
41 #define REGISTER_GPU_KERNEL_NO_TYPE_CONSTRAINT(tf_op, input_type) \ argument
44 #define GENERATE_AND_REGISTER_BINARY_GPU_KERNEL(tf_op, input_type) \ argument
47 #define GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(tf_op, input_type, \ argument
51 #define GENERATE_BINARY_GPU_KERNEL(tf_op, input_type) \ argument
[all …]
Dbase_op.h146 #define MLIR_FUNCTION(tf_op, platform, input_type, output_type) \ argument
149 #define MLIR_OP(tf_op, platform, input_type, output_type) \ argument
152 #define REGISTER_ALIASED_KERNEL(tf_op, mlir_op, platform, input_type, \ argument
160 #define REGISTER_KERNEL(tf_op, platform, input_type, output_type) \ argument
163 #define REGISTER_COMPLEX_KERNEL(tf_op, platform, input_type, output_type) \ argument
171 #define REGISTER_KERNEL_NO_TYPE_CONSTRAINT(tf_op, platform, input_type) \ argument
179 #define GENERATE_AND_REGISTER_BINARY_KERNEL(tf_op, platform, input_type) \ argument
183 #define GENERATE_AND_REGISTER_BINARY_KERNEL2(tf_op, platform, input_type, \ argument
188 #define GENERATE_BINARY_KERNEL(tf_op, platform, input_type) \ argument
191 #define GENERATE_BINARY_KERNEL2(tf_op, platform, input_type, output_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/tensorflow/tensorflow/python/distribute/
Dinput_lib_test.py65 input_type, argument
106 input_type, argument
163 input_type, argument
276 def _create_dataset_or_input_fn(self, input_type, input_fn): argument
296 def testDisablingOwnedIteratorsInTF2(self, distribution, input_type): argument
366 def testOneDeviceCPU(self, input_type, api_type, iteration_type, distribution, argument
389 def testOneDeviceCPUMultiWorker(self, input_type, api_type, iteration_type, argument
420 def testTwoDevicesOneGPUOneCPU(self, input_type, api_type, iteration_type, argument
449 def testTPU(self, input_type, api_type, iteration_type, distribution, argument
485 def testTupleDataset(self, input_type, api_type, iteration_type, distribution, argument
[all …]
Dinput_lib_type_spec_test.py60 def testTypeSpec(self, input_type, distribution, argument
92 def testTypeSpecRoundTrip(self, input_type, argument
128 def testDoesNotTriggerFunctionTracing(self, input_type, distribution, argument
235 def testMostSpecificCompatibleType(self, input_type, distribution, argument
/external/perfetto/src/ipc/protoc_plugin/
Dipc_plugin.cc131 std::string input_type = method.input_type()->name(); in ForEachMethod() local
193 const std::string& input_type, in GenerateServiceHeader()
194 const std::string& output_type) { in GenerateServiceHeader()
237 const std::string& input_type, in GenerateServiceCpp()
238 const std::string& output_type) { in GenerateServiceCpp()
/external/autotest/client/site_tests/touch_UpdateErrors/
Dtouch_UpdateErrors.py81 def _check_updates(self, input_type): argument
134 def run_once(self, input_type='touchpad'): argument
/external/autotest/client/site_tests/touch_WakeupSource/
Dtouch_WakeupSource.py47 def _find_wakeup_file(self, input_type): argument
92 def _is_wake_source(self, input_type): argument
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops_test.cc43 Status Init(DataType input_type, const std::vector<string>& debug_urls) { in Init()
54 Status Init(DataType input_type) { in Init()
181 Status Init(DataType input_type) { in Init()
244 Status Init(DataType input_type) { in Init()
252 Status InitGated(DataType input_type, const std::vector<string>& debug_urls) { in InitGated()
635 Status Init(DataType input_type) { in Init()
687 Status Init(DataType input_type) { in Init()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Darg_min_max_test.cc24 explicit ArgBaseOpModel(TensorType input_type) { in ArgBaseOpModel()
45 ArgMinOpModel(std::initializer_list<int> input_shape, TensorType input_type) in ArgMinOpModel()
61 ArgMaxOpModel(std::initializer_list<int> input_shape, TensorType input_type) in ArgMaxOpModel()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc83 RankedTensorType input_type = in convertPackOp() local
264 RankedTensorType input_type = in convertUnpackOp() local
420 RankedTensorType input_type = input.getType().dyn_cast<RankedTensorType>(); in convertZerosLikeOp() local
537 RankedTensorType input_type = input.getType().dyn_cast<RankedTensorType>(); in convertRoundOp() local
570 RankedTensorType input_type = in convertConcatV2Op() local
791 RankedTensorType input_type = in convertSpaceToBatchNDOp() local
1052 RankedTensorType input_type = in convertBatchToSpaceNDOp() local
1250 RankedTensorType input_type = in convertExpandDimsOp() local
1303 RankedTensorType input_type = in convertSqueezeOp() local
1413 RankedTensorType input_type = in convertSoftmaxOp() local
[all …]
Dlegalize_utils.cc54 auto input_type = input_val.getType().dyn_cast<mlir::RankedTensorType>(); in buildRescaleToInt32() local
68 auto input_type = input_val.getType().dyn_cast<mlir::RankedTensorType>(); in buildRescaleFromInt32() local
80 Value conv_val, RankedTensorType input_type, in buildRescaleOpConvOutput()
237 uint32_t first_filter_spatial_dim, RankedTensorType input_type, in getPaddingValuesFromPadType()
305 uint32_t first_filter_spatial_dim, RankedTensorType input_type, in getTransposeConv2dPaddingValues()
405 auto input_type = input.getType().dyn_cast<mlir::RankedTensorType>(); in getUnquantizedBias() local
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc238 const TfLiteType input_type = context->tensors[input_id].type; in NeedInt8Conversion() local
258 const TfLiteType input_type = context->tensors[input_id].type; in NeedInt8Conversion() local
343 const TfLiteType input_type = context->tensors[input_id].type; in IsHybridOperator() local
351 const TfLiteType input_type = context->tensors[input_id].type; in IsHybridOperator() local
360 const TfLiteType input_type = context->tensors[input_id].type; in IsHybridOperator() local
368 const TfLiteType input_type = context->tensors[input_id].type; in IsHybridOperator() local
375 const TfLiteType input_type = context->tensors[input_id].type; in IsHybridOperator() local
1609 const auto input_type = context->tensors[node->inputs->data[0]].type; in ExpectIsFloatOperator() local
1618 const auto input_type = context->tensors[node->inputs->data[0]].type; in ExpectIsFloatOrUint8Operator() local
1627 const auto input_type = context->tensors[node->inputs->data[0]].type; in ExpectIsFloatOrQuant8Operator() local
[all …]
/external/tensorflow/tensorflow/c/kernels/ops/
Dbitcast.cc25 TF_ShapeHandle* shape, TF_DataType input_type, in ComputeNewShape()
81 TF_DataType input_type; in bitcast_shape_inference_fn() local
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibrator.py66 input_type, argument
108 input_type, argument
/external/autotest/client/cros/multimedia/
Dinput_facade_native.py31 def initialize_input_playback(self, input_type='keyboard', property_file=None): argument
120 def blocking_playback_of_default_file(self, input_type, filename): argument
/external/autotest/server/cros/multimedia/
Dinput_facade_adapter.py35 def initialize_input_playback(self, input_type, property_file=None): argument
43 def blocking_playback_of_default_file(self, input_type, filename): argument
/external/tensorflow/tensorflow/lite/kernels/
Dtile_test.cc60 TensorType input_type, TensorType multiply_type, in TileOpConstModel()
74 TensorType input_type, TensorType multiply_type) { in TileOpDynamicModel()
94 TensorType input_type, TensorType multiply_type, in Check()
/external/tensorflow/tensorflow/lite/toco/
Dtoco_cmdline_flags.cc307 toco::IODataType input_type; in ReadTocoFlagsFromCommandLineFlags() local
326 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/autotest/client/site_tests/touch_HasInput/
Dtouch_HasInput.py13 def run_once(self, input_type=''): argument

1234567