Searched refs:unused_shape (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/contrib/boosted_trees/ops/ |
D | split_handler_ops.cc | 45 ShapeHandle unused_shape; in __anon295dc3ce0102() local 46 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 0, &unused_shape)); in __anon295dc3ce0102() 117 ShapeHandle unused_shape; in __anon295dc3ce0202() local 118 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 0, &unused_shape)); in __anon295dc3ce0202() 188 ShapeHandle unused_shape; in __anon295dc3ce0302() local 189 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 0, &unused_shape)); in __anon295dc3ce0302()
|
/external/tensorflow/tensorflow/core/ops/ |
D | boosted_trees_ops.cc | 63 shape_inference::ShapeHandle unused_shape; in __anone3ce78ae0202() local 66 c->Merge(node_id_range_shape, c->MakeShape({2}), &unused_shape)); in __anone3ce78ae0202() 72 &unused_shape)); in __anone3ce78ae0202() 77 c->Merge(summary_shape_base, summary_shape, &unused_shape)); in __anone3ce78ae0202() 80 c->WithRank(c->input(num_features + 1), 0, &unused_shape)); in __anone3ce78ae0202() 82 c->WithRank(c->input(num_features + 2), 0, &unused_shape)); in __anone3ce78ae0202() 84 c->WithRank(c->input(num_features + 3), 0, &unused_shape)); in __anone3ce78ae0202() 163 shape_inference::ShapeHandle unused_shape; in __anone3ce78ae0602() local 171 c->Merge(gradients_shape, hessians_shape, &unused_shape)); in __anone3ce78ae0602() 352 shape_inference::ShapeHandle unused_shape; in __anone3ce78ae0c02() local [all …]
|
D | spectral_ops.cc | 80 ShapeHandle unused_shape; in RFFTShape() local 83 TF_RETURN_IF_ERROR(c->WithRank(fft_length_input, 1, &unused_shape)); in RFFTShape()
|
D | set_ops.cc | 70 ShapeHandle unused_shape; in __anon967df2c80102() local 72 c->Merge(group0_shape, group1_shape, &unused_shape)); in __anon967df2c80102()
|
D | image_ops.cc | 146 ShapeHandle unused_shape; in CombinedNMSShapeFn() local 147 TF_RETURN_IF_ERROR(c->WithRank(c->input(4), 0, &unused_shape)); in CombinedNMSShapeFn() 148 TF_RETURN_IF_ERROR(c->WithRank(c->input(5), 0, &unused_shape)); in CombinedNMSShapeFn()
|
D | array_ops.cc | 2960 ShapeHandle unused_shape; in __anon7c94107b4502() local 2961 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 2, &unused_shape)); in __anon7c94107b4502() 2962 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 2, &unused_shape)); in __anon7c94107b4502() 2974 ShapeHandle unused_shape; in __anon7c94107b4602() local 2975 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 2, &unused_shape)); in __anon7c94107b4602() 2976 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 2, &unused_shape)); in __anon7c94107b4602()
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | conditional_distribution_test.py | 50 def _sample_n(self, unused_shape, unused_seed, arg1, arg2): argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 1497 ShapeHandle unused_shape; in ValidateSparseTensor() local 1498 TF_RETURN_IF_ERROR(c->WithRank(indices_shape, 2, &unused_shape)); in ValidateSparseTensor() 1499 TF_RETURN_IF_ERROR(c->WithRank(values_shape, 1, &unused_shape)); in ValidateSparseTensor() 1500 TF_RETURN_IF_ERROR(c->WithRank(shape_shape, 1, &unused_shape)); in ValidateSparseTensor()
|