Searched refs:unused_shape (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | boosted_trees_ops.cc | 64 shape_inference::ShapeHandle unused_shape; in __anon770f674c0202() local 67 c->Merge(node_id_range_shape, c->MakeShape({2}), &unused_shape)); in __anon770f674c0202() 73 &unused_shape)); in __anon770f674c0202() 78 c->Merge(summary_shape_base, summary_shape, &unused_shape)); in __anon770f674c0202() 81 c->WithRank(c->input(num_features + 1), 0, &unused_shape)); in __anon770f674c0202() 83 c->WithRank(c->input(num_features + 2), 0, &unused_shape)); in __anon770f674c0202() 85 c->WithRank(c->input(num_features + 3), 0, &unused_shape)); in __anon770f674c0202() 119 shape_inference::ShapeHandle unused_shape; in __anon770f674c0302() local 123 c->Merge(node_id_range_shape, c->MakeShape({2}), &unused_shape)); in __anon770f674c0302() 124 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 4, &unused_shape)); in __anon770f674c0302() [all …]
|
D | stateless_random_ops_v2.cc | 32 shape_inference::ShapeHandle unused_shape; in StatelessShapeV2() local 33 TF_RETURN_IF_ERROR(c->WithRank(c->input(3), 0, &unused_shape)); in StatelessShapeV2()
|
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 __anonda6063e60102() local 72 c->Merge(group0_shape, group1_shape, &unused_shape)); in __anonda6063e60102()
|
D | image_ops.cc | 206 ShapeHandle unused_shape; in CombinedNMSShapeFn() local 207 TF_RETURN_IF_ERROR(c->WithRank(c->input(4), 0, &unused_shape)); in CombinedNMSShapeFn() 208 TF_RETURN_IF_ERROR(c->WithRank(c->input(5), 0, &unused_shape)); in CombinedNMSShapeFn()
|
D | array_ops.cc | 3111 ShapeHandle unused_shape; in __anon42d741194602() local 3112 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 2, &unused_shape)); in __anon42d741194602() 3113 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 2, &unused_shape)); in __anon42d741194602() 3125 ShapeHandle unused_shape; in __anon42d741194702() local 3126 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 2, &unused_shape)); in __anon42d741194702() 3127 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 2, &unused_shape)); in __anon42d741194702()
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 1269 ShapeHandle input_shape, diag_index_shape, unused_shape; in MatrixDiagPartV2Shape() local 1272 TF_RETURN_IF_ERROR(c->WithRank(c->input(2), 0, &unused_shape)); in MatrixDiagPartV2Shape() 1323 ShapeHandle input_shape, diag_index_shape, unused_shape; in MatrixDiagV2Shape() local 1326 TF_RETURN_IF_ERROR(c->WithRank(c->input(2), 0, &unused_shape)); in MatrixDiagV2Shape() 1327 TF_RETURN_IF_ERROR(c->WithRank(c->input(3), 0, &unused_shape)); in MatrixDiagV2Shape() 1328 TF_RETURN_IF_ERROR(c->WithRank(c->input(4), 0, &unused_shape)); in MatrixDiagV2Shape() 2230 ShapeHandle unused_shape; in ValidateSparseTensor() local 2231 TF_RETURN_IF_ERROR(c->WithRank(indices_shape, 2, &unused_shape)); in ValidateSparseTensor() 2232 TF_RETURN_IF_ERROR(c->WithRank(values_shape, 1, &unused_shape)); in ValidateSparseTensor() 2233 TF_RETURN_IF_ERROR(c->WithRank(shape_shape, 1, &unused_shape)); in ValidateSparseTensor()
|