Home
last modified time | relevance | path

Searched refs:InputList (Results 1 – 17 of 17) 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.cc59 OP_REQUIRES_OK(ctx, ctx->InputList("values", &values, &shapes)); in Compile()
Ddynamic_stitch_op.cc61 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/compiler/tf2xla/
Dxla_op_kernel.h88 Status InputList(StringPiece name,
Dxla_op_kernel.cc263 Status XlaOpKernelContext::InputList( in InputList() function in tensorflow::XlaOpKernelContext
/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.cc145 auto node_out_list = ops::AsNodeOutList(scope, InputList(output_list)); in BuildFusedGraphDef()
/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.cc930 InputList inputs{ in TEST_F()
962 InputList inputs{ in TEST_F()
991 InputList inputs{ in TEST_F()
1018 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()