/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | range_test.py | 37 def testStop(self, output_type): argument 50 def testStartStop(self, output_type): argument 63 def testStartStopStep(self, output_type): argument 78 def testZeroStep(self, output_type): argument 91 def testNegativeStep(self, output_type): argument 106 def testStopLessThanStart(self, output_type): argument 119 def testStopLessThanStartWithPositiveStep(self, output_type): argument 134 def testStopLessThanStartWithNegativeStep(self, output_type): argument 200 def testMultipleCombinations(self, start, stop, step, output_type): argument
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | base_gpu_op.h | 26 #define REGISTER_ALIASED_GPU_KERNEL(tf_op, mlir_op, input_type, output_type) \ argument 31 #define REGISTER_GPU_KERNEL(tf_op, input_type, output_type) \ argument 35 #define REGISTER_COMPLEX_GPU_KERNEL(tf_op, input_type, output_type) \ argument 48 output_type) \ argument 53 tf_op, input_type, output_type, casted_input_type, casted_output_type) \ argument 65 #define GENERATE_UNARY_GPU_KERNEL2(tf_op, input_type, output_type) \ argument 68 #define GENERATE_UNARY_GPU_KERNEL3(tf_op, input_type, output_type, \ argument 80 output_type) \ argument 85 tf_op, input_type, output_type, casted_input_type, casted_output_type) \ argument 97 #define GENERATE_BINARY_GPU_KERNEL2(tf_op, input_type, output_type) \ argument [all …]
|
D | base_op.h | 140 #define MLIR_FUNCTION(tf_op, platform, input_type, output_type) \ argument 143 #define MLIR_OP(tf_op, platform, input_type, output_type) \ argument 149 output_type, additional_cstrs) \ argument 157 #define REGISTER_KERNEL(tf_op, platform, input_type, output_type, \ argument 162 #define REGISTER_COMPLEX_KERNEL(tf_op, platform, input_type, output_type) \ argument 182 output_type, additional_cstrs) \ argument 187 tf_op, platform, input_type, output_type, casted_input_type, \ argument 202 #define GENERATE_UNARY_KERNEL2(tf_op, platform, input_type, output_type) \ argument 206 #define GENERATE_UNARY_KERNEL3(tf_op, platform, input_type, output_type, \ argument 238 output_type, additional_cstrs) \ argument [all …]
|
D | gpu_op_cast.cc | 37 #define GENERATE_AND_REGISTER_CAST_GPU(input_type, output_type) \ argument
|
/external/gemmlowp/meta/generators/ |
D | gemm_NxMxK_neon.py | 173 def BuildName(output_type, aligned, rows, cols, leftover): argument 187 def GetGemmParameters(output_type, extra_params=None): argument 205 def GetStridedGemmParameters(output_type): argument 209 def GenerateGemm(emitter, output_type, aligned, rows, cols, leftovers): argument 237 def GenerateGemmCall(emitter, output_type, aligned, m_mod, n_mod, leftovers): argument 244 def GenerateGemmSwitch3(emitter, output_type, aligned, m_mod, n_mod): argument 258 def GenerateGemmSwitch2(emitter, output_type, aligned, m_mod): argument 272 def GenerateGemmSwitch1(emitter, output_type, aligned): argument 286 def BuildMainGemmName(output_type): argument 297 def BuildStridedMainGemmName(output_type): argument [all …]
|
D | gemv_1xMxK_neon.py | 140 def BuildName(output_type, aligned, cols, leftover): argument 154 def GetGemvParameters(output_type): argument 170 def GenerateGemv(emitter, output_type, aligned, cols, leftovers): argument 197 def GenerateGemvCall(emitter, output_type, aligned, m_mod, leftovers): argument 204 def GenerateGemvSwitch2(emitter, output_type, aligned, n_mod): argument 218 def GenerateGemvSwitch1(emitter, output_type, aligned): argument 232 def BuildMainGemvName(output_type): argument 243 def GenerateMainGemvFunction(emitter, output_type): argument
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_tf.cc | 147 TensorType output_type = in matchAndRewrite() local 165 TensorType output_type = in matchAndRewrite() local 181 TensorType output_type = in matchAndRewrite() local 195 TensorType output_type = in matchAndRewrite() local 216 TensorType output_type = in matchAndRewrite() local 230 TensorType output_type = in matchAndRewrite() local 245 TensorType output_type = in matchAndRewrite() local 259 TensorType output_type = in matchAndRewrite() local 274 TensorType output_type = in matchAndRewrite() local 299 TensorType output_type = in matchAndRewrite() local [all …]
|
D | legalize_tfl.cc | 182 ShapedType output_type = in matchAndRewrite() local 232 ShapedType output_type = in matchAndRewrite() local 287 ShapedType output_type = in matchAndRewrite() local 344 ShapedType output_type = result.getType().dyn_cast<ShapedType>(); in prepareMatchAndRewriteComparison() local 482 ShapedType output_type = in matchAndRewriteAddSub() local 670 ShapedType output_type = in matchAndRewrite() local 713 ShapedType output_type = in matchAndRewrite() local 766 ShapedType output_type = in matchAndRewrite() local 846 ShapedType output_type = in matchAndRewrite() local 873 ShapedType output_type = in matchAndRewrite() local [all …]
|
/external/compiler-rt/test/asan/android_commands/ |
D | android_compile.py | 11 output_type = 'executable' variable 17 output_type = 'shared' variable 19 output_type = 'object' variable
|
/external/perfetto/src/ipc/protoc_plugin/ |
D | ipc_plugin.cc | 132 std::string output_type(method.output_type()->name()); in ForEachMethod() local 178 const std::string& output_type) { in GenerateServiceHeader() 194 const std::string& output_type) { in GenerateServiceHeader() 225 const std::string& output_type) { in GenerateServiceCpp() 238 const std::string& output_type) { in GenerateServiceCpp()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | elemental_ir_emitter.cc | 80 absl::Span<const PrimitiveType> input_types, PrimitiveType output_type, in EmitDeviceMathCall() 122 absl::Span<const PrimitiveType> input_types, PrimitiveType output_type) { in EmitLlvmIntrinsicMathCall() 145 absl::Span<const PrimitiveType> input_types, PrimitiveType output_type, in EmitMathCall() 182 PrimitiveType output_type = op->shape().element_type(); in EmitFloatBinaryOp() local 212 PrimitiveType output_type = op->shape().element_type(); in EmitPowerOp() local
|
/external/rust/android-crates-io/crates/protobuf/src/reflect/service/ |
D | index.rs | 28 pub(crate) output_type: ForwardProtobufTypeBox, field 37 let output_type = building.resolve_message(proto.output_type())?; in index() localVariable
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | arithmetic_count_util.h | 29 auto output_type = in GetFirstOutputCount() local 61 auto output_type = in GetArithmeticCountForConvAndFullyconnectedOp() local
|
/external/tensorflow/tensorflow/c/kernels/ops/ |
D | bitcast.cc | 26 TF_DataType output_type, TF_Status* status) { in ComputeNewShape() 82 TF_DataType output_type; in bitcast_shape_inference_fn() local
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.cc | 36 tensorflow::Status ParseOutput(const string& output_opt, string* output_type, in ParseOutput() 133 string output_type; in FromProtoStr() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/ |
D | device_transform_patterns.cc | 102 auto output_type = output.getType().dyn_cast_or_null<RankedTensorType>(); in EnsureBias() local 300 auto output_type = output.getType().cast<RankedTensorType>(); in matchAndRewrite() local 385 auto output_type = slice_op.getType().dyn_cast_or_null<RankedTensorType>(); in matchAndRewrite() local 483 auto output_type = output.getType().dyn_cast_or_null<RankedTensorType>(); in matchAndRewrite() local 539 auto output_type = concat_op.getType().dyn_cast_or_null<RankedTensorType>(); in matchAndRewrite() local 619 auto output_type = output.getType().dyn_cast_or_null<RankedTensorType>(); in matchAndRewrite() local 678 auto output_type = output.getType().dyn_cast_or_null<ShapedType>(); in matchAndRewrite() local
|
/external/zopfli/src/zopfli/ |
D | zopfli_bin.c | 100 ZopfliFormat output_type, in CompressFile() 146 ZopfliFormat output_type = ZOPFLI_FORMAT_GZIP; in main() local
|
D | zopfli_lib.c | 28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, in ZopfliCompress()
|
/external/tensorflow/tensorflow/lite/python/optimize/ |
D | calibrator.py | 145 output_type, argument 187 output_type, argument
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/segmenter/ |
D | image_segmenter_jni.cc | 62 jint output_type, in ConvertToProtoOptions() 189 jstring display_names_locale, jint output_type, jint num_threads) { in Java_org_tensorflow_lite_task_vision_segmenter_ImageSegmenter_initJniWithModelFdAndOptions() 207 jstring display_names_locale, jint output_type, jint num_threads) { in Java_org_tensorflow_lite_task_vision_segmenter_ImageSegmenter_initJniWithByteBuffer()
|
/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/ |
D | string_convert.hpp | 24 typedef std::basic_string<OutputT> output_type; in convert_string_type() typedef
|
/external/ethtool/ |
D | json_print.h | 25 enum output_type { enum
|
/external/tensorflow/tensorflow/dtensor/mlir/ir/ |
D | tf_dtensor.cc | 118 RankedTensorType output_type = in verify() local 174 RankedTensorType output_type = in verify() local
|
/external/rust/android-crates-io/crates/diplomat_core/src/ast/ |
D | traits.rs | 28 pub output_type: Option<TypeName>, field 83 let output_type = match &fct.sig.output { in new() localVariable
|
/external/tensorflow/tensorflow/lite/tools/optimize/python/ |
D | modify_model_interface.cc | 32 const int input_type, const int output_type) -> int { in PYBIND11_MODULE()
|