/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/compiler/tf2xla/kernels/ |
D | pack_op.cc | 48 OP_REQUIRES_OK(ctx, ctx->InputList("values", &values, &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/cc/ops/ |
D | const_op.cc | 73 const InputList& inp) { in AsNodeOutList()
|
D | const_op.h | 78 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 | 105 Status InputList(absl::string_view name, std::vector<xla::XlaOp>* handles,
|
D | xla_op_kernel.cc | 343 Status XlaOpKernelContext::InputList(absl::string_view name, in InputList() function in tensorflow::XlaOpKernelContext
|
/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()
|
D | Tools.cpp | 416 Driver::InputList Inputs; in AddPreprocessingOptions()
|
/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 | 964 InputList inputs{ in TEST_F() 996 InputList inputs{ in TEST_F() 1025 InputList inputs{ in TEST_F() 1052 InputList inputs{ in TEST_F()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2215 ArrayRef<Value *> InputList) { in ConcatenateVectors() argument 2216 unsigned NumVec = InputList.size(); in ConcatenateVectors() 2220 ResList.append(InputList.begin(), InputList.end()); in ConcatenateVectors()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 3062 std::function<Output(const Scope&, InputList)> addn_fun = in TEST_F() 3063 [](const Scope& scope, InputList inputs) { in TEST_F() 3066 std::function<Output(const Scope&, InputList)> accumulate_fun = in TEST_F() 3067 [](const Scope& scope, InputList inputs) { in TEST_F()
|