/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_conversion.cpp | 42 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/ |
D | validate_conversion.cpp | 42 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/ |
D | validate_conversion.cpp | 42 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/ |
D | base_cpu_op.h | 23 #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 …]
|
D | base_gpu_op.h | 23 #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 …]
|
D | base_op.h | 146 #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/ |
D | input_playback.py | 18 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/ |
D | input_lib_test.py | 65 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 …]
|
D | input_lib_type_spec_test.py | 60 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/ |
D | ipc_plugin.cc | 131 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/ |
D | touch_UpdateErrors.py | 81 def _check_updates(self, input_type): argument 134 def run_once(self, input_type='touchpad'): argument
|
/external/autotest/client/site_tests/touch_WakeupSource/ |
D | touch_WakeupSource.py | 47 def _find_wakeup_file(self, input_type): argument 92 def _is_wake_source(self, input_type): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops_test.cc | 43 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/ |
D | arg_min_max_test.cc | 24 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/ |
D | legalize_common.cc | 83 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 …]
|
D | legalize_utils.cc | 54 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/ |
D | nnapi_delegate.cc | 238 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/ |
D | bitcast.cc | 25 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/ |
D | calibrator.py | 66 input_type, argument 108 input_type, argument
|
/external/autotest/client/cros/multimedia/ |
D | input_facade_native.py | 31 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/ |
D | input_facade_adapter.py | 35 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/ |
D | tile_test.cc | 60 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/ |
D | toco_cmdline_flags.cc | 307 toco::IODataType input_type; in ReadTocoFlagsFromCommandLineFlags() local 326 toco::IODataType input_type; in ReadTocoFlagsFromCommandLineFlags() local
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-coordination.hpp | 48 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/ |
D | touch_HasInput.py | 13 def run_once(self, input_type=''): argument
|