@@ -51,9 +51,9 @@ tf.zeros([3, 4], int32) ==> [[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]]
51
51
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
52
52
53
53
54
- * <b >shape</b >: Either a list of integers, or a 1-D ` Tensor ` of type ` int32 ` .
55
- * <b >dtype</b >: The type of an element in the resulting ` Tensor ` .
56
- * <b >name</b >: A name for the operation (optional).
54
+ * <b >` shape ` </b >: Either a list of integers, or a 1-D ` Tensor ` of type ` int32 ` .
55
+ * <b >` dtype ` </b >: The type of an element in the resulting ` Tensor ` .
56
+ * <b >` name ` </b >: A name for the operation (optional).
57
57
58
58
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
59
59
@@ -80,11 +80,11 @@ tf.zeros_like(tensor) ==> [[0, 0, 0], [0, 0, 0]]
80
80
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
81
81
82
82
83
- * <b >tensor</b >: A ` Tensor ` .
84
- * <b >dtype</b >: A type for the returned ` Tensor ` . Must be ` float32 ` , ` float64 ` ,
83
+ * <b >` tensor ` </b >: A ` Tensor ` .
84
+ * <b >` dtype ` </b >: A type for the returned ` Tensor ` . Must be ` float32 ` , ` float64 ` ,
85
85
` int8 ` , ` int16 ` , ` int32 ` , ` int64 ` , ` uint8 ` , or ` complex64 ` .
86
86
87
- * <b >name</b >: A name for the operation (optional).
87
+ * <b >` name ` </b >: A name for the operation (optional).
88
88
89
89
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
90
90
@@ -110,9 +110,9 @@ tf.ones([2, 3], int32) ==> [[1, 1, 1], [1, 1, 1]]
110
110
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
111
111
112
112
113
- * <b >shape</b >: Either a list of integers, or a 1-D ` Tensor ` of type ` int32 ` .
114
- * <b >dtype</b >: The type of an element in the resulting ` Tensor ` .
115
- * <b >name</b >: A name for the operation (optional).
113
+ * <b >` shape ` </b >: Either a list of integers, or a 1-D ` Tensor ` of type ` int32 ` .
114
+ * <b >` dtype ` </b >: The type of an element in the resulting ` Tensor ` .
115
+ * <b >` name ` </b >: A name for the operation (optional).
116
116
117
117
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
118
118
@@ -139,11 +139,11 @@ tf.ones_like(tensor) ==> [[1, 1, 1], [1, 1, 1]]
139
139
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
140
140
141
141
142
- * <b >tensor</b >: A ` Tensor ` .
143
- * <b >dtype</b >: A type for the returned ` Tensor ` . Must be ` float32 ` , ` float64 ` ,
142
+ * <b >` tensor ` </b >: A ` Tensor ` .
143
+ * <b >` dtype ` </b >: A type for the returned ` Tensor ` . Must be ` float32 ` , ` float64 ` ,
144
144
` int8 ` , ` int16 ` , ` int32 ` , ` int64 ` , ` uint8 ` , or ` complex64 ` .
145
145
146
- * <b >name</b >: A name for the operation (optional).
146
+ * <b >` name ` </b >: A name for the operation (optional).
147
147
148
148
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
149
149
@@ -171,10 +171,10 @@ fill(dims, 9) ==> [[9, 9, 9]
171
171
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
172
172
173
173
174
- * <b >dims</b >: A ` Tensor ` of type ` int32 ` .
174
+ * <b >` dims ` </b >: A ` Tensor ` of type ` int32 ` .
175
175
1-D. Represents the shape of the output tensor.
176
- * <b >value</b >: A ` Tensor ` . 0-D (scalar). Value to fill the returned tensor.
177
- * <b >name</b >: A name for the operation (optional).
176
+ * <b >` value ` </b >: A ` Tensor ` . 0-D (scalar). Value to fill the returned tensor.
177
+ * <b >` name ` </b >: A name for the operation (optional).
178
178
179
179
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
180
180
@@ -220,16 +220,16 @@ Creates a constant tensor.
220
220
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
221
221
222
222
223
- * <b >value</b >: A constant value (or list) of output type ` dtype ` .
223
+ * <b >` value ` </b >: A constant value (or list) of output type ` dtype ` .
224
224
225
225
226
- * <b >dtype</b >: The type of the elements of the resulting tensor.
226
+ * <b >` dtype ` </b >: The type of the elements of the resulting tensor.
227
227
228
228
229
- * <b >shape</b >: Optional dimensions of resulting tensor.
229
+ * <b >` shape ` </b >: Optional dimensions of resulting tensor.
230
230
231
231
232
- * <b >name</b >: Optional name for the tensor.
232
+ * <b >` name ` </b >: Optional name for the tensor.
233
233
234
234
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
235
235
@@ -258,12 +258,12 @@ tf.linspace(10.0, 12.0, 3, name="linspace") => [ 10.0 11.0 12.0]
258
258
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
259
259
260
260
261
- * <b >start</b >: A ` Tensor ` . Must be one of the following types: ` float32 ` , ` float64 ` .
261
+ * <b >` start ` </b >: A ` Tensor ` . Must be one of the following types: ` float32 ` , ` float64 ` .
262
262
First entry in the range.
263
- * <b >stop</b >: A ` Tensor ` . Must have the same type as ` start ` .
263
+ * <b >` stop ` </b >: A ` Tensor ` . Must have the same type as ` start ` .
264
264
Last entry in the range.
265
- * <b >num</b >: A ` Tensor ` of type ` int32 ` . Number of values to generate.
266
- * <b >name</b >: A name for the operation (optional).
265
+ * <b >` num ` </b >: A ` Tensor ` of type ` int32 ` . Number of values to generate.
266
+ * <b >` name ` </b >: A name for the operation (optional).
267
267
268
268
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
269
269
@@ -292,12 +292,12 @@ tf.range(start, limit, delta) ==> [3, 6, 9, 12, 15]
292
292
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
293
293
294
294
295
- * <b >start</b >: A 0-D (scalar) of type ` int32 ` . First entry in sequence.
296
- * <b >limit</b >: A 0-D (scalar) of type ` int32 ` . Upper limit of sequence,
295
+ * <b >` start ` </b >: A 0-D (scalar) of type ` int32 ` . First entry in sequence.
296
+ * <b >` limit ` </b >: A 0-D (scalar) of type ` int32 ` . Upper limit of sequence,
297
297
exclusive.
298
- * <b >delta</b >: A 0-D ` Tensor ` (scalar) of type ` int32 ` . Optional. Default is 1.
298
+ * <b >` delta ` </b >: A 0-D ` Tensor ` (scalar) of type ` int32 ` . Optional. Default is 1.
299
299
Number that increments ` start ` .
300
- * <b >name</b >: A name for the operation (optional).
300
+ * <b >` name ` </b >: A name for the operation (optional).
301
301
302
302
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
303
303
@@ -368,17 +368,17 @@ Outputs random values from a normal distribution.
368
368
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
369
369
370
370
371
- * <b >shape</b >: A 1-D integer Tensor or Python array. The shape of the output tensor.
372
- * <b >mean</b >: A 0-D Tensor or Python value of type ` dtype ` . The mean of the normal
371
+ * <b >` shape ` </b >: A 1-D integer Tensor or Python array. The shape of the output tensor.
372
+ * <b >` mean ` </b >: A 0-D Tensor or Python value of type ` dtype ` . The mean of the normal
373
373
distribution.
374
- * <b >stddev</b >: A 0-D Tensor or Python value of type ` dtype ` . The standard deviation
374
+ * <b >` stddev ` </b >: A 0-D Tensor or Python value of type ` dtype ` . The standard deviation
375
375
of the normal distribution.
376
- * <b >dtype</b >: The type of the output.
377
- * <b >seed</b >: A Python integer. Used to create a random seed for the distribution.
376
+ * <b >` dtype ` </b >: The type of the output.
377
+ * <b >` seed ` </b >: A Python integer. Used to create a random seed for the distribution.
378
378
See
379
379
[ ` set_random_seed ` ] ( ../../api_docs/python/constant_op.md#set_random_seed )
380
380
for behavior.
381
- * <b >name</b >: A name for the operation (optional).
381
+ * <b >` name ` </b >: A name for the operation (optional).
382
382
383
383
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
384
384
@@ -398,17 +398,17 @@ deviations from the mean are dropped and re-picked.
398
398
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
399
399
400
400
401
- * <b >shape</b >: A 1-D integer Tensor or Python array. The shape of the output tensor.
402
- * <b >mean</b >: A 0-D Tensor or Python value of type ` dtype ` . The mean of the
401
+ * <b >` shape ` </b >: A 1-D integer Tensor or Python array. The shape of the output tensor.
402
+ * <b >` mean ` </b >: A 0-D Tensor or Python value of type ` dtype ` . The mean of the
403
403
truncated normal distribution.
404
- * <b >stddev</b >: A 0-D Tensor or Python value of type ` dtype ` . The standard deviation
404
+ * <b >` stddev ` </b >: A 0-D Tensor or Python value of type ` dtype ` . The standard deviation
405
405
of the truncated normal distribution.
406
- * <b >dtype</b >: The type of the output.
407
- * <b >seed</b >: A Python integer. Used to create a random seed for the distribution.
406
+ * <b >` dtype ` </b >: The type of the output.
407
+ * <b >` seed ` </b >: A Python integer. Used to create a random seed for the distribution.
408
408
See
409
409
[ ` set_random_seed ` ] ( ../../api_docs/python/constant_op.md#set_random_seed )
410
410
for behavior.
411
- * <b >name</b >: A name for the operation (optional).
411
+ * <b >` name ` </b >: A name for the operation (optional).
412
412
413
413
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
414
414
@@ -428,17 +428,17 @@ the upper bound `maxval` is excluded.
428
428
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
429
429
430
430
431
- * <b >shape</b >: A 1-D integer Tensor or Python array. The shape of the output tensor.
432
- * <b >minval</b >: A 0-D Tensor or Python value of type ` dtype ` . The lower bound on the
431
+ * <b >` shape ` </b >: A 1-D integer Tensor or Python array. The shape of the output tensor.
432
+ * <b >` minval ` </b >: A 0-D Tensor or Python value of type ` dtype ` . The lower bound on the
433
433
range of random values to generate.
434
- * <b >maxval</b >: A 0-D Tensor or Python value of type ` dtype ` . The upper bound on
434
+ * <b >` maxval ` </b >: A 0-D Tensor or Python value of type ` dtype ` . The upper bound on
435
435
the range of random values to generate.
436
- * <b >dtype</b >: The type of the output.
437
- * <b >seed</b >: A Python integer. Used to create a random seed for the distribution.
436
+ * <b >` dtype ` </b >: The type of the output.
437
+ * <b >` seed ` </b >: A Python integer. Used to create a random seed for the distribution.
438
438
See
439
439
[ ` set_random_seed ` ] ( ../../api_docs/python/constant_op.md#set_random_seed )
440
440
for behavior.
441
- * <b >name</b >: A name for the operation (optional).
441
+ * <b >` name ` </b >: A name for the operation (optional).
442
442
443
443
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
444
444
@@ -464,12 +464,12 @@ to one and only one `output[i]`. For example, a mapping that might occur for a
464
464
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
465
465
466
466
467
- * <b >value</b >: A Tensor to be shuffled.
468
- * <b >seed</b >: A Python integer. Used to create a random seed for the distribution.
467
+ * <b >` value ` </b >: A Tensor to be shuffled.
468
+ * <b >` seed ` </b >: A Python integer. Used to create a random seed for the distribution.
469
469
See
470
470
[ ` set_random_seed ` ] ( ../../api_docs/python/constant_op.md#set_random_seed )
471
471
for behavior.
472
- * <b >name</b >: A name for the operation (optional).
472
+ * <b >` name ` </b >: A name for the operation (optional).
473
473
474
474
##### Returns: <a class =" md-anchor " id =" AUTOGENERATED-returns- " ></a >
475
475
@@ -575,6 +575,6 @@ with tf.Session() as sess2:
575
575
##### Args: <a class =" md-anchor " id =" AUTOGENERATED-args- " ></a >
576
576
577
577
578
- * <b >seed</b >: integer.
578
+ * <b >` seed ` </b >: integer.
579
579
580
580
0 commit comments