/external/llvm-project/clang/include/clang/Driver/ |
D | Driver.h | 170 InputList; typedef 274 const InputList &Inputs, ActionList &Actions) const; 362 void CreateOffloadingDeviceToolChains(Compilation &C, InputList &Inputs); 393 InputList &Inputs) const; 402 const InputList &Inputs, ActionList &Actions) const; 410 const InputList &BAInputs) const;
|
/external/clang/include/clang/Driver/ |
D | Driver.h | 155 InputList; typedef 281 void CreateOffloadingDeviceToolChains(Compilation &C, InputList &Inputs); 310 InputList &Inputs) const; 319 const InputList &Inputs, ActionList &Actions) const; 327 const InputList &BAInputs) const;
|
/external/tensorflow/tensorflow/cc/framework/ |
D | ops.h | 257 class InputList { 261 InputList(const OutputList& out) { // NOLINT(runtime/explicit) 267 InputList( 271 InputList(const tensorflow::gtl::ArraySlice<Input>& 275 InputList(
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/ |
D | decode_csv_fuzz.cc | 29 InputList defaults = {Input("a"), Input("b"), Input("c"), Input("d")}; in BuildGraph()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_util.h | 57 Status DynamicShapesToTensorShapes(const InputList& dynamic_shapes,
|
D | tpu_util.cc | 89 Status DynamicShapesToTensorShapes(const InputList& dynamic_shapes, in DynamicShapesToTensorShapes()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | pack_op.cc | 48 OP_REQUIRES_OK(ctx, ctx->InputList("values", &values, &shapes)); in Compile()
|
D | einsum_op.cc | 69 ctx->InputList("inputs", &input_handles, &input_shapes)); in Compile()
|
D | sort_ops.cc | 71 context->InputList("inputs", &inputs, &input_shapes)); in Compile()
|
D | concat_op.cc | 58 OP_REQUIRES_OK(ctx, ctx->InputList("values", &values, &shapes)); in Compile()
|
D | dynamic_stitch_op.cc | 62 OP_REQUIRES_OK(ctx, ctx->InputList("data", &data, &data_shapes)); in Compile()
|
/external/tensorflow/tensorflow/core/tpu/kernels/xla/ |
D | outfeed_ops.cc | 63 auto inputs = ctx->InputList("inputs", &handles, &shapes); in Compile()
|
D | host_compute_ops.cc | 135 auto inputs = ctx->InputList("inputs", &input_handles, &input_shapes); in Compile()
|
/external/tensorflow/tensorflow/cc/ops/ |
D | const_op.cc | 73 const InputList& inp) { in AsNodeOutList()
|
D | const_op.h | 80 const InputList& inp);
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | grappler_test_test.cc | 81 InputList inputs{ in TEST_F()
|
/external/vixl/tools/test_generator/ |
D | parser.py | 238 input_list = generator.InputList([
|
D | generator.py | 84 class InputList(object): class
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | graph_transfer_utils.cc | 147 auto node_out_list = ops::AsNodeOutList(scope, InputList(output_list)); in BuildFusedGraphDef()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 117 Status InputList(absl::string_view name, std::vector<xla::XlaOp>* handles,
|
D | xla_op_kernel.cc | 435 Status XlaOpKernelContext::InputList(absl::string_view name, in InputList() function in tensorflow::XlaOpKernelContext
|
/external/llvm-project/clang/lib/Driver/ |
D | Driver.cpp | 647 InputList &Inputs) { in CreateOffloadingDeviceToolChains() 1169 InputList Inputs; in BuildCompilation() 1326 InputList Inputs; in generateCompilationDiagnostics() 1329 for (InputList::iterator it = Inputs.begin(), ie = Inputs.end(); it != ie;) { in generateCompilationDiagnostics() 1999 const InputList &BAInputs) const { in BuildUniversalActions() 2136 InputList &Inputs) const { in BuildInputs() 2348 const Driver::InputList &Inputs; 2355 const Driver::InputList &Inputs, in DeviceActionBuilder() 2449 const Driver::InputList &Inputs, in CudaActionBuilderBase() 2661 const Driver::InputList &Inputs) in CudaActionBuilder() [all …]
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 427 InputList &Inputs) { in CreateOffloadingDeviceToolChains() 575 InputList Inputs; in BuildCompilation() 646 InputList Inputs; in generateCompilationDiagnostics() 649 for (InputList::iterator it = Inputs.begin(), ie = Inputs.end(); it != ie;) { in generateCompilationDiagnostics() 1081 const InputList &BAInputs) const { in BuildUniversalActions() 1209 InputList &Inputs) const { in BuildInputs() 1406 Driver::InputList CudaDeviceInputs; in buildCudaActions() 1478 const InputList &Inputs, ActionList &Actions) const { in BuildActions()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_op_test.cc | 109 auto node_out_list = ops::AsNodeOutList(scope, InputList(output_list)); in BuildRemoteFusedGraphExecuteOp()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner_test.cc | 949 InputList inputs{ in TEST_F() 981 InputList inputs{ in TEST_F() 1010 InputList inputs{ in TEST_F() 1037 InputList inputs{ in TEST_F()
|