UNPKG

8.51 kBJSONView Raw
1{
2 "Abs": [
3 "abs"
4 ],
5 "Acos": [
6 "acos"
7 ],
8 "Acosh": [
9 "acosh"
10 ],
11 "Add": [
12 "add"
13 ],
14 "AddN": [
15 "addN"
16 ],
17 "AddV2": [
18 "add"
19 ],
20 "All": [
21 "all"
22 ],
23 "Any": [
24 "any"
25 ],
26 "ArgMax": [
27 "argMax"
28 ],
29 "ArgMin": [
30 "argMin"
31 ],
32 "Asin": [
33 "asin"
34 ],
35 "Asinh": [
36 "asinh"
37 ],
38 "Atan": [
39 "atan"
40 ],
41 "Atan2": [
42 "atan2"
43 ],
44 "Atanh": [
45 "atanh"
46 ],
47 "AvgPool": [
48 "avgPool"
49 ],
50 "AvgPool3D": [
51 "avgPool3d"
52 ],
53 "BatchMatMul": [
54 "matMul"
55 ],
56 "BatchMatMulV2": [
57 "matMul"
58 ],
59 "BatchToSpaceND": [
60 "batchToSpaceND"
61 ],
62 "BiasAdd": [
63 "add"
64 ],
65 "Bincount": [
66 "bincount"
67 ],
68 "BitwiseAnd": [
69 "bitwiseAnd"
70 ],
71 "BroadcastArgs": [
72 "broadcastArgs"
73 ],
74 "BroadcastTo": [
75 "broadcastTo"
76 ],
77 "Cast": [
78 "cast"
79 ],
80 "Ceil": [
81 "ceil"
82 ],
83 "ClipByValue": [
84 "clipByValue"
85 ],
86 "Complex": [
87 "complex"
88 ],
89 "ComplexAbs": [
90 "abs"
91 ],
92 "Concat": [
93 "concat"
94 ],
95 "ConcatV2": [
96 "concat"
97 ],
98 "Const": [],
99 "Conv1D": [
100 "conv1d"
101 ],
102 "Conv2D": [
103 "conv2d"
104 ],
105 "Conv2DBackpropInput": [
106 "conv2dTranspose"
107 ],
108 "Conv2dTranspose": [
109 "conv2dTranspose"
110 ],
111 "Conv3D": [
112 "conv3d"
113 ],
114 "Cos": [
115 "cos"
116 ],
117 "Cosh": [
118 "cosh"
119 ],
120 "CropAndResize": [
121 "image.cropAndResize"
122 ],
123 "Cumprod": [
124 "cumprod"
125 ],
126 "Cumsum": [
127 "cumsum"
128 ],
129 "DenseBincount": [
130 "denseBincount"
131 ],
132 "DepthToSpace": [
133 "depthToSpace"
134 ],
135 "DepthwiseConv2d": [
136 "depthwiseConv2d"
137 ],
138 "DepthwiseConv2dNative": [
139 "depthwiseConv2d"
140 ],
141 "Dilation2D": [
142 "dilation2d"
143 ],
144 "Div": [
145 "div"
146 ],
147 "DivNoNan": [
148 "divNoNan"
149 ],
150 "Einsum": [
151 "einsum"
152 ],
153 "Elu": [
154 "elu"
155 ],
156 "EmptyTensorList": [],
157 "EnsureShape": [
158 "ensureShape"
159 ],
160 "Enter": [],
161 "Equal": [
162 "equal"
163 ],
164 "Erf": [
165 "erf"
166 ],
167 "EuclideanNorm": [
168 "euclideanNorm"
169 ],
170 "Exit": [],
171 "Exp": [
172 "exp"
173 ],
174 "ExpandDims": [
175 "expandDims"
176 ],
177 "Expm1": [
178 "expm1"
179 ],
180 "FFT": [
181 "fft"
182 ],
183 "FakeQuantWithMinMaxVars": [],
184 "Fill": [
185 "fill"
186 ],
187 "Floor": [
188 "floor"
189 ],
190 "FloorDiv": [
191 "floorDiv"
192 ],
193 "FloorMod": [
194 "mod"
195 ],
196 "FusedBatchNorm": [
197 "batchNorm"
198 ],
199 "FusedBatchNormV2": [
200 "batchNorm"
201 ],
202 "FusedBatchNormV3": [
203 "batchNorm"
204 ],
205 "FusedDepthwiseConv2dNative": [
206 "fused.depthwiseConv2d"
207 ],
208 "Gather": [
209 "gather",
210 "cast"
211 ],
212 "GatherNd": [
213 "gatherND"
214 ],
215 "GatherV2": [
216 "gather",
217 "cast"
218 ],
219 "Greater": [
220 "greater"
221 ],
222 "GreaterEqual": [
223 "greaterEqual"
224 ],
225 "HashTable": [],
226 "HashTableV2": [],
227 "IFFT": [
228 "ifft"
229 ],
230 "IRFFT": [
231 "irfft"
232 ],
233 "Identity": [],
234 "IdentityN": [],
235 "If": [],
236 "Imag": [
237 "imag"
238 ],
239 "ImageProjectiveTransformV3": [
240 "image.transform"
241 ],
242 "InitializeTable": [],
243 "InitializeTableV2": [],
244 "IsFinite": [
245 "isFinite"
246 ],
247 "IsInf": [
248 "isInf"
249 ],
250 "IsNan": [
251 "isNaN"
252 ],
253 "LRN": [
254 "localResponseNormalization"
255 ],
256 "LeakyRelu": [
257 "leakyRelu"
258 ],
259 "Less": [
260 "less"
261 ],
262 "LessEqual": [
263 "lessEqual"
264 ],
265 "LinSpace": [
266 "linspace"
267 ],
268 "ListDiff": [
269 "setdiff1dAsync"
270 ],
271 "Log": [
272 "log"
273 ],
274 "Log1p": [
275 "log1p"
276 ],
277 "LogSoftmax": [
278 "logSoftmax"
279 ],
280 "LogicalAnd": [
281 "logicalAnd"
282 ],
283 "LogicalNot": [
284 "logicalNot"
285 ],
286 "LogicalOr": [
287 "logicalOr"
288 ],
289 "LookupTableFind": [],
290 "LookupTableFindV2": [],
291 "LookupTableImport": [],
292 "LookupTableImportV2": [],
293 "LookupTableSize": [],
294 "LookupTableSizeV2": [],
295 "LoopCond": [],
296 "LowerBound": [
297 "lowerBound"
298 ],
299 "MatMul": [
300 "matMul"
301 ],
302 "MatrixBandPart": [
303 "linalg.bandPart"
304 ],
305 "Max": [
306 "max"
307 ],
308 "MaxPool": [
309 "maxPool"
310 ],
311 "MaxPool3D": [
312 "maxPool3d"
313 ],
314 "MaxPoolWithArgmax": [
315 "maxPoolWithArgmax"
316 ],
317 "Maximum": [
318 "maximum"
319 ],
320 "Mean": [
321 "mean"
322 ],
323 "Merge": [],
324 "Min": [
325 "min"
326 ],
327 "Minimum": [
328 "minimum"
329 ],
330 "MirrorPad": [
331 "mirrorPad"
332 ],
333 "Mod": [
334 "mod"
335 ],
336 "Mul": [
337 "mul"
338 ],
339 "Multinomial": [
340 "multinomial"
341 ],
342 "Neg": [
343 "neg"
344 ],
345 "NextIteration": [],
346 "NoOp": [
347 "scalar"
348 ],
349 "NonMaxSuppressionV2": [
350 "image.nonMaxSuppressionAsync"
351 ],
352 "NonMaxSuppressionV3": [
353 "image.nonMaxSuppressionAsync"
354 ],
355 "NonMaxSuppressionV4": [
356 "image.nonMaxSuppressionPaddedAsync"
357 ],
358 "NonMaxSuppressionV5": [
359 "image.nonMaxSuppressionWithScoreAsync"
360 ],
361 "NotEqual": [
362 "notEqual"
363 ],
364 "OneHot": [
365 "oneHot"
366 ],
367 "Ones": [
368 "ones"
369 ],
370 "OnesLike": [
371 "onesLike"
372 ],
373 "Pack": [
374 "squeeze",
375 "reshape",
376 "stack"
377 ],
378 "Pad": [
379 "pad"
380 ],
381 "PadV2": [
382 "pad"
383 ],
384 "Placeholder": [],
385 "PlaceholderWithDefault": [],
386 "Pow": [
387 "pow"
388 ],
389 "Prelu": [
390 "prelu"
391 ],
392 "Print": [],
393 "Prod": [
394 "prod"
395 ],
396 "RFFT": [
397 "rfft"
398 ],
399 "RaggedGather": [
400 "raggedGather"
401 ],
402 "RaggedRange": [
403 "raggedRange"
404 ],
405 "RaggedTensorToTensor": [
406 "raggedTensorToTensor"
407 ],
408 "RandomStandardNormal": [
409 "randomStandardNormal"
410 ],
411 "RandomUniform": [
412 "randomUniform"
413 ],
414 "RandomUniformInt": [
415 "randomUniformInt"
416 ],
417 "Range": [
418 "range"
419 ],
420 "Rank": [
421 "scalar"
422 ],
423 "Real": [
424 "real"
425 ],
426 "RealDiv": [
427 "div"
428 ],
429 "Reciprocal": [
430 "reciprocal"
431 ],
432 "Relu": [
433 "relu"
434 ],
435 "Relu6": [
436 "relu6"
437 ],
438 "Reshape": [
439 "reshape"
440 ],
441 "ResizeBilinear": [
442 "image.resizeBilinear"
443 ],
444 "ResizeNearestNeighbor": [
445 "image.resizeNearestNeighbor"
446 ],
447 "Reverse": [
448 "reverse"
449 ],
450 "ReverseV2": [
451 "reverse"
452 ],
453 "Round": [
454 "round"
455 ],
456 "Rsqrt": [
457 "rsqrt"
458 ],
459 "ScatterNd": [
460 "scatterND"
461 ],
462 "Select": [
463 "where"
464 ],
465 "SelectV2": [
466 "where"
467 ],
468 "Selu": [
469 "selu"
470 ],
471 "Shape": [
472 "tensor1d"
473 ],
474 "ShapeN": [
475 "tensor1d"
476 ],
477 "Sigmoid": [
478 "sigmoid"
479 ],
480 "Sign": [
481 "sign"
482 ],
483 "Sin": [
484 "sin"
485 ],
486 "Sinh": [
487 "sinh"
488 ],
489 "Size": [
490 "scalar"
491 ],
492 "Slice": [
493 "slice"
494 ],
495 "Snapshot": [],
496 "Softmax": [
497 "softmax"
498 ],
499 "Softplus": [
500 "softplus"
501 ],
502 "SpaceToBatchND": [
503 "spaceToBatchND"
504 ],
505 "SparseFillEmptyRows": [
506 "sparse.sparseFillEmptyRows"
507 ],
508 "SparseReshape": [
509 "sparse.sparseReshape"
510 ],
511 "SparseSegmentMean": [
512 "sparse.sparseSegmentMean"
513 ],
514 "SparseSegmentSum": [
515 "sparse.sparseSegmentSum"
516 ],
517 "SparseToDense": [
518 "sparseToDense",
519 "cast"
520 ],
521 "Split": [
522 "split"
523 ],
524 "SplitV": [
525 "split"
526 ],
527 "Sqrt": [
528 "sqrt"
529 ],
530 "Square": [
531 "square"
532 ],
533 "SquaredDifference": [
534 "squaredDifference"
535 ],
536 "Squeeze": [
537 "squeeze"
538 ],
539 "StatelessIf": [],
540 "StatelessWhile": [],
541 "StaticRegexReplace": [
542 "string.staticRegexReplace"
543 ],
544 "StopGradient": [],
545 "StridedSlice": [
546 "stridedSlice"
547 ],
548 "StringNGrams": [
549 "string.stringNGrams"
550 ],
551 "StringSplit": [
552 "string.stringSplit"
553 ],
554 "StringToHashBucketFast": [
555 "string.stringToHashBucketFast"
556 ],
557 "Sub": [
558 "sub"
559 ],
560 "Sum": [
561 "sum"
562 ],
563 "Switch": [],
564 "Tan": [
565 "tan"
566 ],
567 "Tanh": [
568 "tanh"
569 ],
570 "TensorArrayCloseV3": [],
571 "TensorArrayConcatV3": [],
572 "TensorArrayGatherV3": [],
573 "TensorArrayReadV3": [],
574 "TensorArrayScatterV3": [],
575 "TensorArraySizeV3": [],
576 "TensorArraySplitV3": [],
577 "TensorArrayV3": [],
578 "TensorArrayWriteV3": [],
579 "TensorListConcat": [],
580 "TensorListConcatV2": [],
581 "TensorListFromTensor": [],
582 "TensorListGather": [],
583 "TensorListGetItem": [],
584 "TensorListLength": [],
585 "TensorListPopBack": [],
586 "TensorListPushBack": [],
587 "TensorListReserve": [],
588 "TensorListResize": [],
589 "TensorListScatter": [],
590 "TensorListScatterV2": [],
591 "TensorListSetItem": [],
592 "TensorListSplit": [],
593 "TensorListStack": [],
594 "TensorScatterUpdate": [
595 "tensorScatterUpdate"
596 ],
597 "Tile": [
598 "tile"
599 ],
600 "TopKV2": [
601 "topk"
602 ],
603 "Transpose": [
604 "transpose"
605 ],
606 "TruncatedNormal": [
607 "truncatedNormal"
608 ],
609 "Unique": [
610 "unique"
611 ],
612 "UniqueV2": [
613 "unique"
614 ],
615 "Unpack": [
616 "unstack"
617 ],
618 "UpperBound": [
619 "upperBound"
620 ],
621 "Where": [
622 "cast",
623 "whereAsync"
624 ],
625 "While": [],
626 "Zeros": [
627 "zeros"
628 ],
629 "ZerosLike": [
630 "zerosLike"
631 ],
632 "_FusedConv2D": [
633 "fused.conv2d"
634 ],
635 "_FusedMatMul": [
636 "fused.matMul"
637 ]
638}
\No newline at end of file