/external/tensorflow/tensorflow/cc/framework/ |
D | gradient_checker.cc | 104 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 …]
|
D | testutil.h | 26 void GetTensors(const Scope& scope, OutputList tensors, 33 const OutputList& tensors, std::vector<Tensor>* out);
|
D | gradient_checker.h | 49 Status ComputeGradientError(const Scope& scope, const OutputList& xs, 51 const OutputList& ys,
|
D | testutil.cc | 27 void GetTensors(const Scope& scope, OutputList tensors, in GetTensors() 40 const OutputList& tensors, std::vector<Tensor>* out) { in GetTensors()
|
D | ops.h | 254 typedef std::vector<Output> OutputList; 261 InputList(const OutputList& out) { // NOLINT(runtime/explicit)
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | data_flow_grad_test.cc | 37 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()
|
D | nn_grad_test.cc | 70 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()
|
D | array_grad_test.cc | 44 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()
|
D | math_grad_test.cc | 713 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/ |
D | operation.go | 214 type OutputList []Output type 216 func (l OutputList) canBeAnInput() {}
|
D | operation_test.go | 69 Input: []Input{OutputList{c1, c2}},
|
D | session_test.go | 102 OutputList{m1, m2},
|
D | graph_test.go | 115 Input: []Input{OutputList([]Output{y0, x2})},
|
D | graph.go | 302 case OutputList:
|
/external/tensorflow/tensorflow/cc/ops/ |
D | while_loop.h | 68 OutputList* outputs, bool create_while_ctx = true,
|
D | while_loop.cc | 175 OutputList* outputs, bool create_while_ctx, in BuildWhileLoop()
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 2855 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/ |
D | genop_test.go | 423 tf.OutputList(input),
|
D | genop.go | 320 …{{range $i,$a := .InArgs}}{{if $a.IsListArg}}tf.OutputList({{Identifier $a.RenameTo}}){{else}}{{Id…
|
/external/tensorflow/tensorflow/cc/tools/ |
D | freeze_saved_model_test.cc | 363 OutputList split = ops::Split(scope.WithOpName("split"), axis, a, 2).output; in TEST_F()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner_test.cc | 1081 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/ |
D | graph_partition_test.cc | 415 OutputList outputs; in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler_test.cc | 202 OutputList input_tensors = {x, y, z, w}; in CreateGrapplerItemWithAddN()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 2441 tensorflow::OutputList loop_outputs; in TF_FinishWhileHelper()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1396 OutputList split = ops::Split(s, ops::Const(s, 1), inputs, 3).output; in TEST_F()
|