Home
last modified time | relevance | path

Searched refs:InputList (Results 1 – 19 of 19) sorted by relevance

/external/clang/include/clang/Driver/
DDriver.h155 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/
Dops.h257 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/
Dpack_op.cc48 OP_REQUIRES_OK(ctx, ctx->InputList("values", &values, &shapes)); in Compile()
Dconcat_op.cc58 OP_REQUIRES_OK(ctx, ctx->InputList("values", &values, &shapes)); in Compile()
Ddynamic_stitch_op.cc62 OP_REQUIRES_OK(ctx, ctx->InputList("data", &data, &data_shapes)); in Compile()
/external/tensorflow/tensorflow/cc/ops/
Dconst_op.cc73 const InputList& inp) { in AsNodeOutList()
Dconst_op.h78 const InputList& inp);
/external/tensorflow/tensorflow/core/grappler/utils/
Dgrappler_test_test.cc81 InputList inputs{ in TEST_F()
/external/vixl/tools/test_generator/
Dparser.py238 input_list = generator.InputList([
Dgenerator.py84 class InputList(object): class
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transfer_utils.cc147 auto node_out_list = ops::AsNodeOutList(scope, InputList(output_list)); in BuildFusedGraphDef()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h105 Status InputList(absl::string_view name, std::vector<xla::XlaOp>* handles,
Dxla_op_kernel.cc343 Status XlaOpKernelContext::InputList(absl::string_view name, in InputList() function in tensorflow::XlaOpKernelContext
/external/clang/lib/Driver/
DDriver.cpp427 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()
DTools.cpp416 Driver::InputList Inputs; in AddPreprocessingOptions()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_op_test.cc109 auto node_out_list = ops::AsNodeOutList(scope, InputList(output_list)); in BuildRemoteFusedGraphExecuteOp()
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner_test.cc964 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/
DLoopVectorize.cpp2215 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/
Dconstant_folding_test.cc3062 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()