/external/tensorflow/tensorflow/core/framework/ |
D | node_properties_test.cc | 63 const DataTypeVector& input_types, in ValidateNodeProperties() 85 DataTypeVector input_types{DT_FLOAT, DT_INT32}; in TEST() local 115 DataTypeVector input_types{DT_FLOAT, DT_INT32}; in TEST() local
|
D | node_properties.cc | 29 DataTypeVector input_types; in CreateFromNodeDef() local
|
D | node_properties.h | 55 DataTypeVector input_types; member
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | perception_ops_utils_test.cc | 37 mlir::Builder* builder, const SmallVector<mlir::Type, NInput>& input_types, in createMaxUnpoolingFunc() 57 SmallVector<mlir::Type, 2> input_types{input_type, indices_type}; in createMaxUnpoolingFunc() local 144 SmallVector<mlir::Type, 1> input_types{input_type}; in TEST_F() local
|
D | lstm_utils_test.cc | 59 SmallVector<mlir::Type, 4> input_types{input_type, weight_type, bias_type, in createLstmCompositeFunc() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | elemental_ir_emitter.cc | 81 absl::Span<const PrimitiveType> input_types, PrimitiveType output_type, in EmitDeviceMathCall() 123 absl::Span<const PrimitiveType> input_types, PrimitiveType output_type) { in EmitLlvmIntrinsicMathCall() 146 absl::Span<const PrimitiveType> input_types, PrimitiveType output_type, in EmitMathCall()
|
D | target_util.cc | 195 absl::Span<const PrimitiveType> input_types, PrimitiveType output_type, in EmitDeviceFunctionCall()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_op_test.cc | 41 DataTypeVector input_types({DT_FLOAT, DT_FLOAT}); in TEST_F() local 55 DataTypeVector input_types({DT_INT32, DT_INT32}); in TEST_F() local 112 DataTypeVector input_types{DT_FLOAT}; in BuildRemoteFusedGraphExecuteOp() local
|
/external/tensorflow/tensorflow/core/ops/ |
D | remote_fused_graph_ops_test.cc | 31 DataTypeVector input_types; in TEST() local
|
/external/tensorflow/tensorflow/lite/toco/logging/ |
D | conversion_log_util.cc | 173 TFLITE_PROTO_NS::RepeatedPtrField<std::string>* input_types, in GetInputAndOutputTypes() 250 TFLITE_PROTO_NS::RepeatedPtrField<std::string> input_types, output_types; in PopulateConversionLog() local
|
D | conversion_log_util_test.cc | 152 TFLITE_PROTO_NS::RepeatedPtrField<std::string> input_types, output_types; in TEST() local
|
/external/tensorflow/tensorflow/python/framework/ |
D | function.py | 93 def __init__(self, *input_types, **kwargs): 232 input_types, argument 625 def instantiate(self, input_types): argument 810 input_types=None, argument
|
D | func_graph.py | 505 input_types=None, argument 538 input_types=None, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | while_v2.py | 953 input_types=None, argument 1010 input_types=None, argument 1056 input_types=None, argument
|
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_cmdline_flags.cc | 320 std::vector<std::string> input_types = in ReadTocoFlagsFromCommandLineFlags() local
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | insert_logging.cc | 111 DataTypeVector input_types; in InsertLogging() local
|
/external/vixl/tools/test_generator/ |
D | parser.py | 54 def __init__(self, operand_types, operand_variants, input_types, argument
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/ |
D | raise_to_tf.cc | 161 const llvm::SmallVectorImpl<Attribute>& input_types, in CastValuesToSameType() 184 ArrayRef<Attribute> input_types, in AddDerivedAttrs()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | map_vectorization_test.cc | 519 std::vector<DataType> input_types({DT_INT64}); in TEST() local 538 std::vector<DataType> input_types({DT_INT64}); in TEST() local 557 std::vector<DataType> input_types({DT_INT64}); in TEST() local
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show_multi.cc | 209 std::vector<string> input_types; in FormatInputShapes() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | post_quantize.cc | 59 llvm::SmallVector<Type, 4> input_types; in RemoveQuantizationAdaptorOps() local
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | graph_transfer_utils.cc | 116 DataTypeVector input_types; in BuildFusedGraphDef() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | lower_functional_ops_test.cc | 94 std::vector<DataType> input_types = {DT_INT32}; in WhileWithIfBody() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 36 input_types, is_conversion, algebraic_properties, const_expr): argument 153 def opcode(name, output_size, output_type, input_sizes, input_types, argument
|
/external/tensorflow/tensorflow/lite/tools/versioning/ |
D | op_version.h | 27 std::vector<TensorType> input_types; member
|