Home
last modified time | relevance | path

Searched refs:OutputList (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc104 const Scope& scope, const OutputList& xs, in ComputeTheoreticalJacobianTranspose()
106 const std::vector<Tensor>& x_datas, const OutputList& ys, in ComputeTheoreticalJacobianTranspose()
112 OutputList dys; in ComputeTheoreticalJacobianTranspose()
119 OutputList dxs; in ComputeTheoreticalJacobianTranspose()
179 Status EvaluateGraph(ClientSession* session, const OutputList& xs, in EvaluateGraph()
180 const OutputList& ys, std::vector<Tensor>* x_datas, in EvaluateGraph()
205 Status ComputeNumericJacobianTranspose(const Scope& scope, const OutputList& xs, in ComputeNumericJacobianTranspose()
207 const OutputList& ys, in ComputeNumericJacobianTranspose()
296 void InitJacobians(const OutputList& xs, in InitJacobians()
325 Status ComputeGradientErrorInternal(const Scope& scope, const OutputList& xs, in ComputeGradientErrorInternal()
[all …]
Dtestutil.h26 void GetTensors(const Scope& scope, OutputList tensors,
33 const OutputList& tensors, std::vector<Tensor>* out);
Dgradient_checker.h49 Status ComputeGradientError(const Scope& scope, const OutputList& xs,
51 const OutputList& ys,
Dtestutil.cc27 void GetTensors(const Scope& scope, OutputList tensors, in GetTensors()
40 const OutputList& tensors, std::vector<Tensor>* out) { in GetTensors()
Dops.h254 typedef std::vector<Output> OutputList;
261 InputList(const OutputList& out) { // NOLINT(runtime/explicit)
Dgradients_test.cc511 OutputList inputs; in TEST_F()
521 OutputList output_grads; in TEST_F()
/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental_internal.h36 struct OutputList { struct
116 virtual Status Finalize(OutputList* outputs, AbstractFunction**) = 0;
134 DEFINE_CONVERSION_FUNCTIONS(OutputList, TF_OutputList)
Dc_api_unified_experimental.cc101 using tensorflow::OutputList;
175 TF_OutputList* TF_NewOutputList() { return wrap(new OutputList); } in TF_NewOutputList()
Dunified_api_testutil.cc77 OutputList output_list; in RunModel()
Dgradients_util.cc263 OutputList output_list; in RunModel()
/external/tensorflow/tensorflow/cc/gradients/
Ddata_flow_grad_test.cc37 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest()
38 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
Dnn_grad_test.cc70 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest()
71 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
Darray_grad_test.cc44 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest()
45 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
Dmath_grad_test.cc735 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest()
736 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
/external/tensorflow/tensorflow/go/
Doperation.go214 type OutputList []Output type
216 func (l OutputList) canBeAnInput() {}
Dsession_test.go112 OutputList(layer2),
216 OutputList{m1, m2},
Doperation_test.go69 Input: []Input{OutputList{c1, c2}},
Dgraph_test.go182 Input: []Input{OutputList([]Output{y0, x2})},
/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop.h71 OutputList* outputs, bool create_while_ctx = true,
Dwhile_loop.cc175 OutputList* outputs, bool create_while_ctx, in BuildWhileLoop()
/external/tensorflow/tensorflow/python/framework/experimental/
Dunified_api.cc52 using tensorflow::OutputList;
145 OutputList output_list; in PYBIND11_MODULE()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go2793 concat_dim, tf.OutputList(shape),
2970 tf.OutputList(values),
3282 tf.OutputList(float_values), tf.OutputList(bucket_boundaries),
3370 … feature_ids, tf.OutputList(node_ids), tf.OutputList(gains), tf.OutputList(thresholds), tf.OutputL…
3407 tree_ensemble_handle, cached_tree_ids, cached_node_ids, tf.OutputList(bucketized_features),
3466 node_ids, gradients, hessians, tf.OutputList(bucketized_features_list),
3635 …node_id_range, tf.OutputList(stats_summaries_list), split_types, candidate_feature_ids, l1, l2, tr…
3677 node_id_range, tf.OutputList(stats_summary_list), l1, l2, tree_complexity, min_node_weight,
5102 num_layers, num_units, input_size, tf.OutputList(weights), tf.OutputList(biases),
6948 tf.OutputList(values),
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc68 using tensorflow::OutputList;
265 Status Finalize(OutputList* outputs, AbstractFunction** f) override;
656 Status MlirFunctionContext::Finalize(OutputList* outputs, in Finalize()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc1224 int64 num_outs, OutputList* outputs) { in CreateSwitchN()
1250 OutputList outputs; in TEST()
1270 OutputList outputs; in TEST()
1293 OutputList outputs; in TEST()
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop_test.go424 tf.OutputList(input),

12