| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ | 
| D | tpu_rewrite_device_util_test.cc | 635   llvm::SmallVector<mlir::Type, 8> result_types;  in TEST()  local653   llvm::SmallVector<mlir::Type, 8> result_types;  in TEST()  local
 672   llvm::SmallVector<mlir::Type, 8> result_types;  in TEST()  local
 690   llvm::SmallVector<mlir::Type, 8> result_types;  in TEST()  local
 707   llvm::SmallVector<mlir::Type, 8> result_types;  in TEST()  local
 726   llvm::SmallVector<mlir::Type, 8> result_types;  in TEST()  local
 746   llvm::SmallVector<mlir::Type, 8> result_types;  in TEST()  local
 766   llvm::SmallVector<mlir::Type, 8> result_types;  in TEST()  local
 793   llvm::SmallVector<mlir::Type, 8> result_types;  in TEST()  local
 824   llvm::SmallVector<mlir::Type, 8> result_types;  in TEST()  local
 [all …]
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ | 
| D | set_tpu_infeed_layout.cc | 34     std::vector<mlir::Type> result_types;  in SetTPUInfeedLayout()  local
 | 
| D | cluster_tf_ops_pass.cc | 191     llvm::SmallVector<mlir::Type, 4> result_types;  in CreateFunctions()  local269     llvm::SmallVector<Type, 4> result_types;  in CreateRemoteRunCalls()  local
 
 | 
| D | promote_resources_to_args.cc | 260   auto result_types = llvm::to_vector<4>(return_op.getOperandTypes());  in PromoteResourcesToArguments()  local
 | 
| D | executor_island_coarsening.cc | 348   llvm::SmallVector<Type, 8> result_types;  in CreateNewIsland()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/ | 
| D | tf_jitrt_legalize_i1_type.cc | 209         auto result_types = func_op.getFunctionType().getResults();  in runOnOperation()  local219       auto result_types = op->getResultTypes();  in runOnOperation()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/ | 
| D | tf_to_tfrt.cc | 243   llvm::SmallVector<Type, 4> result_types(  in ConvertToFallbackExecuteOp()  local309   llvm::SmallVector<Type, 4> result_types(  in ConvertToCoreRTExecuteOp()  local
 437     llvm::SmallVector<mlir::Type, 4> result_types(  in matchAndRewrite()  local
 523     llvm::SmallVector<mlir::Type, 4> result_types;  in matchAndRewrite()  local
 589     llvm::SmallVector<Type, 4> result_types;  in matchAndRewrite()  local
 831     llvm::SmallVector<Type, 4> result_types;  in matchAndRewrite()  local
 925     llvm::SmallVector<mlir::Type, 4> result_types;  in matchAndRewrite()  local
 1018     llvm::SmallVector<mlir::Type, 4> result_types;  in matchAndRewrite()  local
 1100     llvm::SmallVector<Type, 4> result_types;  in matchAndRewrite()  local
 1477     llvm::SmallVector<Type, 4> result_types(  in matchAndRewrite()  local
 
 | 
| D | insert_tensor_copy.cc | 139     llvm::SmallVector<mlir::Type, 4> result_types(copies.size(),  in InsertFallbackTensorCopyForValue()  local
 | 
| D | remote_run_encapsulate.cc | 205     SmallVector<Type, 8> result_types;  in runOnOperation()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ | 
| D | convert_to_signless_pass.cc | 49     SmallVector<Type> result_types;  in matchAndRewrite()  local
 | 
| D | tf_to_jit_invocations.cc | 128     auto result_types = llvm::to_vector<16>(  in matchAndRewrite()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ | 
| D | adjust_layout.cc | 148     SmallVector<Type> result_types(op.getResultTypes().begin(),  in runOnInfeedOp()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/ | 
| D | device_transform.cc | 101     SmallVector<Type, 4> result_types;  in ConvertQuantizedOpToFloat()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ | 
| D | insert_main_function.cc | 114   llvm::SmallVector<Type> arg_types, result_types;  in CreateMainFunction()  local
 | 
| D | quantize_composite_functions.cc | 538     SmallVector<Type, 4> result_types;  in matchAndRewrite()  local621     SmallVector<Type, 4> result_types;  in mergeDequantizeOpFollowingQuantizedFunction()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/ | 
| D | lift_as_function_call_utils.cc | 191   TypeRange result_types{ValueRange{results}};  in LiftAsFunctionCall()  local
 | 
| /external/swiftshader/third_party/SPIRV-Tools/source/val/ | 
| D | validate_arithmetics.cpp | 416       std::vector<uint32_t> result_types;  in ArithmeticsPass()  local
 | 
| /external/deqp-deps/SPIRV-Tools/source/val/ | 
| D | validate_arithmetics.cpp | 414       std::vector<uint32_t> result_types;  in ArithmeticsPass()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ | 
| D | while_loop_outline.cc | 115     SmallVector<Type, 4> result_types;  in CreateOutlineFunc()  local
 | 
| D | legalize_tf.cc | 537     SmallVector<Type, 4> result_types;  in matchAndRewrite()  local600     SmallVector<Type, 4> result_types;  in matchAndRewrite()  local
 
 | 
| D | lower_static_tensor_list.cc | 1378     llvm::SmallVector<Type, 8> result_types;  in matchAndRewrite()  local1411     llvm::SmallVector<Type, 8> result_types;  in matchAndRewrite()  local
 1444     llvm::SmallVector<Type, 8> result_types;  in matchAndRewrite()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ | 
| D | breakup-islands.cc | 191 tf_executor::IslandOp CreateIsland(TypeRange result_types,  in CreateIsland()
 | 
| /external/rust/crates/grpcio-compiler/src/ | 
| D | prost_codegen.rs | 359     result_types: Vec<&'a str>,  field
 | 
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ | 
| D | validate_arithmetics.cpp | 461       std::vector<uint32_t> result_types;  in ArithmeticsPass()  local
 | 
| /external/mesa3d/src/amd/compiler/tests/ | 
| D | check_output.py | 495    result_types = ['passed', 'failed', 'todo', 'empty']  variable
 |