/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)
|
D | gradients_test.cc | 511 OutputList inputs; in TEST_F() 521 OutputList output_grads; in TEST_F()
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_unified_experimental_internal.h | 36 struct OutputList { struct 116 virtual Status Finalize(OutputList* outputs, AbstractFunction**) = 0; 134 DEFINE_CONVERSION_FUNCTIONS(OutputList, TF_OutputList)
|
D | c_api_unified_experimental.cc | 101 using tensorflow::OutputList; 175 TF_OutputList* TF_NewOutputList() { return wrap(new OutputList); } in TF_NewOutputList()
|
D | unified_api_testutil.cc | 77 OutputList output_list; in RunModel()
|
D | gradients_util.cc | 263 OutputList output_list; in RunModel()
|
/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 | 735 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/ |
D | operation.go | 214 type OutputList []Output type 216 func (l OutputList) canBeAnInput() {}
|
D | session_test.go | 112 OutputList(layer2), 216 OutputList{m1, m2},
|
D | operation_test.go | 69 Input: []Input{OutputList{c1, c2}},
|
D | graph_test.go | 182 Input: []Input{OutputList([]Output{y0, x2})},
|
/external/tensorflow/tensorflow/cc/ops/ |
D | while_loop.h | 71 OutputList* outputs, bool create_while_ctx = true,
|
D | while_loop.cc | 175 OutputList* outputs, bool create_while_ctx, in BuildWhileLoop()
|
/external/tensorflow/tensorflow/python/framework/experimental/ |
D | unified_api.cc | 52 using tensorflow::OutputList; 145 OutputList output_list; in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 2793 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/ |
D | c_api_unified_experimental_mlir.cc | 68 using tensorflow::OutputList; 265 Status Finalize(OutputList* outputs, AbstractFunction** f) override; 656 Status MlirFunctionContext::Finalize(OutputList* outputs, in Finalize()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis_test.cc | 1224 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/ |
D | genop_test.go | 424 tf.OutputList(input),
|