Home
last modified time | relevance | path

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

/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)
/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.cc713 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest()
714 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() {}
Doperation_test.go69 Input: []Input{OutputList{c1, c2}},
Dsession_test.go102 OutputList{m1, m2},
Dgraph_test.go115 Input: []Input{OutputList([]Output{y0, x2})},
Dgraph.go302 case OutputList:
/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop.h68 OutputList* outputs, bool create_while_ctx = true,
Dwhile_loop.cc175 OutputList* outputs, bool create_while_ctx, in BuildWhileLoop()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go2855 concat_dim, tf.OutputList(values),
3027 tf.OutputList(values),
3069 tf.OutputList(values),
3274 tf.OutputList(float_values), tf.OutputList(bucket_boundaries),
3354 tf.OutputList(float_values), example_weights, epsilon,
3482 tree_ensemble_handle, cached_tree_ids, cached_node_ids, tf.OutputList(bucketized_features),
3532 tree_ensemble_handle, tf.OutputList(bucketized_features),
3561 node_ids, gradients, hessians, tf.OutputList(bucketized_features_list),
4559 tf.OutputList(input),
5772 key, indices, tf.OutputList(values),
[all …]
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop_test.go423 tf.OutputList(input),
Dgenop.go320 …{{range $i,$a := .InArgs}}{{if $a.IsListArg}}tf.OutputList({{Identifier $a.RenameTo}}){{else}}{{Id…
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model_test.cc363 OutputList split = ops::Split(scope.WithOpName("split"), axis, a, 2).output; in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner_test.cc1081 OutputList concat_inputs{ in TEST_F()
1123 OutputList concat_inputs{ in TEST_F()
1165 OutputList concat_inputs{ in TEST_F()
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc415 OutputList outputs; in TEST_F()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc202 OutputList input_tensors = {x, y, z, w}; in CreateGrapplerItemWithAddN()
/external/tensorflow/tensorflow/c/
Dc_api.cc2441 tensorflow::OutputList loop_outputs; in TF_FinishWhileHelper()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc1396 OutputList split = ops::Split(s, ops::Const(s, 1), inputs, 3).output; in TEST_F()