Skip to content
Closed
Changes from 3 commits
Commits
Show all changes
583 commits
Select commit Hold shift + click to select a range
3d492c3
[webgpu] Fix matmul_small_output program assert error (#5646)
haoyunfeix Sep 24, 2021
c3df37a
[webgpu] Add support for scatterND (#5643)
haoyunfeix Sep 24, 2021
a45a118
webgpu: Batch several dispatching calls into one pass (#5598)
qjia7 Sep 26, 2021
d67ba76
[wgsl] Refine pow (#5622)
axinging Sep 27, 2021
eabf65d
Base the release docker off of debian (#5640)
mattsoulanille Sep 27, 2021
85639d8
Use the release docker for all cloudbuild steps (#5669)
mattsoulanille Sep 27, 2021
8a671b9
webgpu: Use a larger cpu forward threshold (#5665)
qjia7 Sep 28, 2021
9c91455
webgpu: Optimize ScatterNd (#5667)
qjia7 Sep 28, 2021
1b25785
Upgrade rules_nodejs to 4.2.0 (#5671)
mattsoulanille Sep 28, 2021
fe17894
[tflite] Remove unneeded download step from readme (#5604)
mattsoulanille Sep 28, 2021
2e688e2
Correctly pass NIGHTLY variable to the bazel tests (#5673)
mattsoulanille Sep 29, 2021
69b4736
[wasm] Fix kernels in wasm backend about how int32 inputs are handled…
jinjingforever Sep 29, 2021
62a12de
[webgpu] Mark build-npm.sh as executable (#5676)
mattsoulanille Sep 30, 2021
315b0de
webgpu: Use atomic function to optimize scatterNd (#5682)
qjia7 Oct 1, 2021
e785625
[tfjs-layers] Bazel migration (#5672)
pyu10055 Oct 1, 2021
f639a9c
Build python with 'make -j' (#5685)
mattsoulanille Oct 1, 2021
fcbee95
[webgl] Fix nightly browser configurations (#5687)
mattsoulanille Oct 1, 2021
b6c5b0f
Add notes for reviewing Bazel migration PRs (#5680)
mattsoulanille Oct 1, 2021
9ce76c6
fix nightly layers tests (#5688)
pyu10055 Oct 4, 2021
ae66b00
enable flush threshold for all mobile devices (#5695)
pyu10055 Oct 4, 2021
f28c827
upgrade tf binary version to 2.6.0 (#5703)
pyu10055 Oct 8, 2021
cd9cdf1
Use a precompiled Python3 binary on Windows (#5699)
mattsoulanille Oct 8, 2021
b5f47e5
[core] Only run 32 bit tests if backend supports 32 bit (#5693)
mattsoulanille Oct 9, 2021
5739271
add support for Uint8ClampedArray (#5710)
vladmandic Oct 12, 2021
3ad07c5
use shader loop instead of expand with js to reduce shader size (#5714)
pyu10055 Oct 12, 2021
870d02e
only runs stacked rnncells test on webgl2 gpu (#5718)
pyu10055 Oct 12, 2021
68b9a8a
Use plain tfjs-backend-webgpu.js for benchmark (#5708)
Oct 13, 2021
a638ed1
[e2e] Fix pose detection correctness test (#5683)
axinging Oct 13, 2021
4c21307
[layers] Fix package.json bazel targets (#5719)
mattsoulanille Oct 13, 2021
c746c22
[e2e] Fix USE - batchsize 1 conformance fail (#5712)
axinging Oct 14, 2021
0364dac
[e2e] Fix error when run=0 (#5726)
axinging Oct 15, 2021
14a773e
[wasm] Allow users to set threads count at runtime (#5727)
jinjingforever Oct 15, 2021
ede5ab1
[tflite] Fix the broken demo (#5732)
jinjingforever Oct 18, 2021
7a8cac5
[e2e] Fix incorrect package name in publish CI test (#5731)
mattsoulanille Oct 18, 2021
073bd4f
[wasm] remove leftover console.log (#5737)
jinjingforever Oct 18, 2021
231a0ab
[converter] Add missing @bazel/bazelisk dependency (#5744)
mattsoulanille Oct 20, 2021
69daeec
[e2e] Fix WEBGPU_DEFERRED_SUBMIT_BATCH_SIZE not work in URL (#5736)
axinging Oct 20, 2021
17029fb
[tflite] convert output tensor types that are not supported by TFJS t…
jinjingforever Oct 20, 2021
25ed947
Replace Stack Overflow link with Tensorflow Forum (#5754)
mattsoulanille Oct 20, 2021
adf5b21
Remove mailing list + wording change for website (#5755)
jasonmayes Oct 20, 2021
6ebca87
webgpu: add topk operator (#5711)
xhcao Oct 21, 2021
5294878
[tfjs-data] Bazel migration for tfjs-data (#5748)
pyu10055 Oct 21, 2021
4d062fe
[tflite] update tflite web api version. (#5759)
jinjingforever Oct 21, 2021
3afa001
add support for OffscreenCanvas in WebGPU fromPixels (#5756)
vladmandic Oct 22, 2021
4ff9eef
[script] Fix logic of incrementing patch version number for alpha/bet…
jinjingforever Oct 25, 2021
0d64a32
Update StridedSlice kernel implementation (#5408)
lina128 Oct 26, 2021
1a0173b
#5743: Allow passing ImageBitmap in worker context (#5752)
AlexShafir Oct 26, 2021
407af4e
add missing export for OptimizerConstructors (#5772)
vladmandic Oct 26, 2021
2d68cd6
webgpu: fix ArgMinMaxProgram compiling error (#5767)
xhcao Oct 27, 2021
39e22b0
only send build result to chat room, stopping sending to email (#5779)
pyu10055 Oct 27, 2021
5a5d896
[converter]Add a converter API to convert in-memory keras model to sa…
lina128 Oct 27, 2021
a2c28c1
Fix lint errors (#5783)
jinjingforever Oct 27, 2021
3b2d2c9
webgpu: Optimize matmul with dimAOuter*dimBOuter <= 32 (#5749)
qjia7 Oct 28, 2021
9081d8e
Fix tfjs_web_test in Chrome on WSL (#5745)
mattsoulanille Oct 28, 2021
9d2727c
#5743: Allow passing ImageBitmap in worker context (#5773)
AlexShafir Oct 28, 2021
f53cbaf
[converter] Use 'bazel build' for build-npm script (#5780)
mattsoulanille Oct 28, 2021
09b12e5
[converter]Update _convert_tf_saved_model (#5788)
lina128 Oct 28, 2021
6a62c72
[kernels] support batch dims broadcasting for matmul (#5789)
pyu10055 Oct 29, 2021
90d4a15
[core] Separate worker tests from shared tests (#5784)
mattsoulanille Oct 29, 2021
faf741f
[core] Skip Firefox in fromPixel webworker test (#5794)
mattsoulanille Oct 29, 2021
884370f
[webgl]Remove unnecessary blocking GPU call. (#5795)
lina128 Oct 29, 2021
e3f15f1
[converter] fix tensorflow-estimator version to 2.6.0 (#5802)
pyu10055 Nov 1, 2021
f5d0c4a
[webgl]Refactor GPGPUBinary. (#5796)
lina128 Nov 1, 2021
1d4ac1a
[converter] Add license to BUILD file (#5801)
jinjingforever Nov 1, 2021
ad09598
webgpu: Fix the potential error using atomicCompareExchangeWeak (#5707)
qjia7 Nov 2, 2021
eebfe53
[webgpu] reshape stridedSlice result (#5792)
haoyunfeix Nov 2, 2021
042aef6
Lint Bazel packages with a central lint script (#5790)
mattsoulanille Nov 2, 2021
e8161f5
Add model debug mode support (#5659)
axinging Nov 3, 2021
d9bc7e6
lock keras version (#5809)
pyu10055 Nov 3, 2021
1256413
[react-native] Add "rotation" property to TensorCamera to allow users…
jinjingforever Nov 3, 2021
18da4f8
webgpu: Refactor some utilities (#5785)
qjia7 Nov 5, 2021
294c871
tfjs-node: upgrade TF to 2.7.0, ref #5740. (#5818)
pyu10055 Nov 5, 2021
fb0a899
converter(fix): removed TF version lock. (#5814)
pyu10055 Nov 5, 2021
40ea3c1
added wizard deps to the package (#5817)
pyu10055 Nov 5, 2021
452fb62
add check for valid gl context when reading isContextLost (#5825)
vladmandic Nov 8, 2021
a033fae
Build tfjs-backend-webgpu with Bazel (#5362)
haoyunfeix Nov 12, 2021
6ee4588
webgpu: modify ArgMinMaxProgram to flat dispatch layout (#5774)
xhcao Nov 16, 2021
afb8af2
[wasm] Fix memory leak in node when disposing wasm backend (#5852)
mattsoulanille Nov 16, 2021
7c585e2
auto converter float16 to float32 in converter, and support cast op f…
pyu10055 Nov 16, 2021
1d3bf49
webgpu: Fix the deprecated intrinsic warning (#5855)
qjia7 Nov 19, 2021
8582e2d
webgpu: refactor and optimize reduce kernel (#5830)
xhcao Nov 19, 2021
c4179a5
[webgl] replace texImage2D with texStorage2D + texSubImage2D (#5862)
pyu10055 Nov 19, 2021
a9f39a8
Add doccomment for fromPixels inconsistent result. (#5865)
lina128 Nov 22, 2021
8f03b1f
[wasm] Fix incorrect check for existance of process (#5874)
mattsoulanille Nov 22, 2021
185d697
[wasm]Supports broadcast for all binary ops. (#5873)
lina128 Nov 23, 2021
565bc74
[webgpu] Optimize shader key of concat and resizeBilinear (#5827)
axinging Nov 23, 2021
f157252
webgl: Support uniforms for pack/unpack programs (#5835)
qjia7 Nov 23, 2021
0c4c7de
Update package.json to include the repository (#5770)
v-rr Nov 23, 2021
1876168
Add and update package.json repository metadata (#5887)
mattsoulanille Nov 23, 2021
82c9beb
Bump ansi-regex from 5.0.0 to 5.0.1 in /tfjs-automl (#5877)
dependabot[bot] Nov 24, 2021
f699645
Bump browserslist from 4.16.3 to 4.18.1 in /tfjs-backend-cpu (#5878)
dependabot[bot] Nov 24, 2021
ee189c7
Bump browserslist from 4.16.3 to 4.18.1 in /tfjs-automl (#5880)
dependabot[bot] Nov 24, 2021
0037368
Bump path-parse from 1.0.6 to 1.0.7 in /tfjs-automl (#5881)
dependabot[bot] Nov 24, 2021
bcdfa5c
Bump ansi-regex from 5.0.0 to 5.0.1 in /tfjs-backend-cpu (#5886)
dependabot[bot] Nov 24, 2021
0032d5e
Bump ws from 7.4.4 to 7.4.6 in /tfjs-automl (#5879)
dependabot[bot] Nov 24, 2021
c0425c9
Bump ansi-regex from 5.0.0 to 5.0.1 in /tfjs-backend-webgl (#5882)
dependabot[bot] Nov 24, 2021
0d2160b
Bump ws from 7.4.4 to 7.4.6 in /tfjs-backend-cpu (#5883)
dependabot[bot] Nov 24, 2021
ca5a8ba
Bump ansi-regex from 5.0.0 to 5.0.1 in /tfjs-backend-webgpu (#5884)
dependabot[bot] Nov 24, 2021
3945ab8
Bump path-parse from 1.0.6 to 1.0.7 in /tfjs-backend-cpu (#5885)
dependabot[bot] Nov 24, 2021
d88e3fa
Bump tar from 4.4.13 to 4.4.19 in /e2e (#5890)
dependabot[bot] Nov 24, 2021
e1d1333
Bump path-parse from 1.0.6 to 1.0.7 in /e2e (#5892)
dependabot[bot] Nov 24, 2021
845efd4
Bump browserslist from 4.16.3 to 4.18.1 in /e2e (#5893)
dependabot[bot] Nov 24, 2021
7b3e1c0
Bump ws from 7.4.4 to 7.4.6 in /e2e (#5894)
dependabot[bot] Nov 24, 2021
93be7bc
Bump mathjs from 5.10.3 to 7.5.1 in /e2e (#5895)
dependabot[bot] Nov 24, 2021
18b0987
[webgpu] Calculating coords use i32 to avoid precision issue (#5806)
axinging Nov 25, 2021
3b67a88
webgpu: simplify shader key of depthwise_conv2d (#5848)
xhcao Nov 25, 2021
4f1e778
Bump ansi-regex from 5.0.0 to 5.0.1 (#5896)
dependabot[bot] Nov 25, 2021
ed2f2e4
Add SparseReshape kernel to WASM backend (#5723)
ahmedsabie Nov 29, 2021
18a9a0b
Add SparseFillEmptyRows kernel to WASM (#5747)
ahmedsabie Nov 30, 2021
ad9d7b4
Expose dimRoundingMode attribute of pool op (#5849)
BruceDai Nov 30, 2021
13e3d3a
Add SparseSegmentSum/Mean kernel to WASM backend (#5739)
ahmedsabie Nov 30, 2021
4594d38
update darwin-arm64 download url to tfjs gcp bucket (#5899)
pyu10055 Dec 1, 2021
671a629
[benchmark] Add initial support for tflite models (#5870)
jinjingforever Dec 1, 2021
7a8b20d
[webgpu] Add program label for shader (#5905)
axinging Dec 2, 2021
c06c868
[tflite] Add profiling related APIs to tfjs-tflite (#5911)
jinjingforever Dec 2, 2021
bae0885
[benchmark] Support collecting and showing per-op stats (latency for …
jinjingforever Dec 3, 2021
5975c17
[wasm] Add boolean data type support for min/max (#5922)
jinjingforever Dec 7, 2021
7b39235
webgpu: fix NaN warning (#5927)
xhcao Dec 10, 2021
baf00bd
Update GALLERY.md (#5934)
Mmasoud1 Dec 10, 2021
2997e14
webgpu: add leakyrelu operator (#5933)
justmywyw Dec 14, 2021
e40ec56
webgpu: remove [[block]] deprecated attribute (#5938)
xhcao Dec 14, 2021
578ae2b
webgpu: save built-in variables into global variables (#5945)
xhcao Dec 15, 2021
2340a06
Upgrade build_bazel_rules_nodejs to 4.4.6 (#5943)
mattsoulanille Dec 15, 2021
4f6a272
[core] Remove dependency on backend-cpu from the shared tests target …
mattsoulanille Dec 15, 2021
b53e077
[tfjs-backend-wasm] added use to the support models (#5952)
pyu10055 Dec 16, 2021
a019b46
[webgl] Refactor texture return type to return the actual texShape wi…
lina128 Dec 16, 2021
6679062
[core] Remove test_util.ts dependency on Jasmine (#5921)
mattsoulanille Dec 20, 2021
ada14fb
webgpu: Use mapAsync instead of writeBuffer for uploading (#5928)
qjia7 Dec 22, 2021
562948e
webgpu: Simplify the process of uploading uniform data (#5951)
qjia7 Dec 22, 2021
89a04b5
[webgpu] refactor setup_test (#5954)
haoyunfeix Dec 23, 2021
7e306c7
Unify shader and JS function names in shader preprocessor (#5964)
Dec 24, 2021
38636a6
Clean up kernels folder (#5968)
Dec 28, 2021
9edfff2
[webgpu] Relu function returns NaN when input is NaN (#5965)
haoyunfeix Dec 29, 2021
0183a47
[tfjs-node] tf.unique added (#5956)
DirkToewe Dec 30, 2021
54f3ec5
Ignore 'this is undefined' warning in rollup bundle building (#5957)
haoyunfeix Jan 4, 2022
09643c1
[webgl]Allow constructor to take canvas. (#5983)
lina128 Jan 5, 2022
e00a05e
[webgl]Fix test. (#5985)
lina128 Jan 5, 2022
25c93a4
[webgpu] Convert bool tensor to Uint8Array (#5970)
haoyunfeix Jan 6, 2022
beda9fc
remove unnecessary gl.flush() (#5989)
pyu10055 Jan 6, 2022
b2c3123
[tfjs-layers[ Fix Layer mem leak for 1D targets (#5988)
pyu10055 Jan 6, 2022
918d68f
Add an API to keep data on GPU: dataToGPU (#5953)
lina128 Jan 6, 2022
ee10a05
[webgl] GatherV2 fill out of range values with zero (#5984)
mattsoulanille Jan 6, 2022
b45a541
[cpu] GatherV2 return zero if out of bounds when forwarding from webg…
mattsoulanille Jan 7, 2022
62af3d5
Display better error message when missing browserstack credentials (#…
mattsoulanille Jan 7, 2022
1677412
Unify the name and order of kernel files and kernel configs (#5969)
Jan 11, 2022
8f298ad
[webgpu] Use else if instead of else if (#5986)
axinging Jan 11, 2022
7c2c96b
e2e: enable the url flag to control op result check (#5990)
xhcao Jan 11, 2022
cfa55db
[layers] [webgl] fixed failing nightly tests (#6001)
pyu10055 Jan 11, 2022
0b56bc8
Add 'leave_as_require' option to tfjs_bundle (#6005)
mattsoulanille Jan 13, 2022
8463e23
Update to wording for starting values of indices (#6018)
jasonmayes Jan 14, 2022
622c491
Handle IS_BROWSER and IS_NODE both being true (#6031)
austintoot40 Jan 19, 2022
f400187
webgpu: Use conv2dByMatMul when input and filter have the same width/…
qjia7 Jan 20, 2022
f4c9521
[tfjs-converter] fix the regex version for py2 (#6038)
pyu10055 Jan 20, 2022
39ff6b1
Bump engine.io from 4.1.1 to 4.1.2 in /tfjs (#6010)
dependabot[bot] Jan 20, 2022
053131a
Bump engine.io from 4.1.1 to 4.1.2 in /tfjs-backend-wasm (#6011)
dependabot[bot] Jan 20, 2022
7bb62ae
Bump engine.io from 4.1.1 to 4.1.2 in /tfjs-backend-cpu (#6040)
dependabot[bot] Jan 20, 2022
2e28a96
Bump engine.io from 4.1.1 to 4.1.2 in /tfjs-backend-webgpu (#6043)
dependabot[bot] Jan 20, 2022
5b7019c
Bump engine.io from 4.1.1 to 4.1.2 in /e2e (#6045)
dependabot[bot] Jan 20, 2022
354d739
Bump engine.io from 4.1.1 to 4.1.2 in /tfjs-automl (#6047)
dependabot[bot] Jan 20, 2022
7c44db8
Bump engine.io from 4.1.1 to 4.1.2 in /tfjs-backend-webgl (#6046)
dependabot[bot] Jan 20, 2022
9463e40
Bump engine.io from 4.1.1 to 4.1.2 in /tfjs-vis (#6015)
dependabot[bot] Jan 20, 2022
d47d7c6
Bump engine.io from 4.1.1 to 4.1.2 (#6016)
dependabot[bot] Jan 20, 2022
75547b2
Bump follow-redirects from 1.13.3 to 1.14.7 in /tfjs (#6012)
dependabot[bot] Jan 20, 2022
2be2ed3
Bump follow-redirects from 1.13.3 to 1.14.7 in /tfjs-backend-wasm (#6…
dependabot[bot] Jan 20, 2022
2eb542c
Bump follow-redirects from 1.14.1 to 1.14.7 in /tfjs-backend-webgpu (…
dependabot[bot] Jan 20, 2022
43ee438
Bump follow-redirects from 1.13.3 to 1.14.7 in /tfjs-backend-cpu (#6041)
dependabot[bot] Jan 20, 2022
431b086
Bump follow-redirects from 1.13.3 to 1.14.7 in /e2e (#6042)
dependabot[bot] Jan 20, 2022
f28790f
Bump follow-redirects from 1.13.3 to 1.14.7 in /tfjs-vis (#6022)
dependabot[bot] Jan 20, 2022
48c5446
Bump follow-redirects from 1.14.1 to 1.14.7 (#6024)
dependabot[bot] Jan 20, 2022
47a28f3
Bump follow-redirects from 1.13.3 to 1.14.7 in /tfjs-automl (#6044)
dependabot[bot] Jan 20, 2022
009925b
Bump follow-redirects from 1.14.1 to 1.14.7 in /tfjs-backend-webgl (#…
dependabot[bot] Jan 20, 2022
b6d1a40
Fix that numWarmups doesn't work in controller (#6037)
qjia7 Jan 21, 2022
b36abaa
Bump log4js from 6.3.0 to 6.4.0 in /tfjs-backend-webgpu (#6055)
dependabot[bot] Jan 24, 2022
756996e
Bump log4js from 6.3.0 to 6.4.0 in /tfjs (#6051)
dependabot[bot] Jan 24, 2022
b08d7a0
Bump log4js from 6.3.0 to 6.4.0 in /tfjs-backend-wasm (#6052)
dependabot[bot] Jan 24, 2022
ab6f59b
Bump log4js from 6.3.0 to 6.4.0 in /tfjs-automl (#6054)
dependabot[bot] Jan 24, 2022
f8d9521
Bump log4js from 6.3.0 to 6.4.0 in /tfjs-backend-cpu (#6056)
dependabot[bot] Jan 24, 2022
b6a4892
Bump node-fetch from 2.6.1 to 2.6.7 (#6062)
dependabot[bot] Jan 24, 2022
c600fa1
Bump node-fetch from 2.6.1 to 2.6.7 in /e2e (#6063)
dependabot[bot] Jan 24, 2022
3c2d3b0
Bump nanoid from 3.1.22 to 3.2.0 in /tfjs (#6059)
dependabot[bot] Jan 24, 2022
525a923
Bump node-fetch from 2.6.1 to 2.6.7 in /link-package-core (#6064)
dependabot[bot] Jan 24, 2022
3fe6811
Bump log4js from 6.3.0 to 6.4.1 in /tfjs-backend-webgl (#6065)
dependabot[bot] Jan 24, 2022
c744485
Bump log4js from 6.3.0 to 6.4.1 in /e2e (#6069)
dependabot[bot] Jan 24, 2022
60560dc
Bump log4js from 6.3.0 to 6.4.1 (#6071)
dependabot[bot] Jan 24, 2022
2a1402c
Bump shelljs from 0.8.4 to 0.8.5 in /tfjs (#6020)
dependabot[bot] Jan 24, 2022
435e17f
Bump shelljs from 0.8.4 to 0.8.5 (#6023)
dependabot[bot] Jan 24, 2022
5e1f32c
Bump node-fetch from 2.6.1 to 2.6.7 in /tfjs-automl (#6066)
dependabot[bot] Jan 24, 2022
c685f8f
Bump node-fetch from 2.6.1 to 2.6.7 in /scripts/cloud_funcs/send_emai…
dependabot[bot] Jan 24, 2022
304ef8f
Upgrade release docker node to 16 (#6076)
mattsoulanille Jan 25, 2022
555e931
Update README.md (#6074)
rthadur Jan 26, 2022
ca5e1ce
[webgpu] Replace use of [[attribute]] with @attribute (#6061)
Jan 26, 2022
cff2060
webgpu: Optimize MatMulPackedVec4 when output is a vector (#6049)
qjia7 Jan 26, 2022
db7bbaf
Showing input shape in summary (#6027)
shivangchopra11 Jan 26, 2022
fea3b8f
Update README.md (#6080)
rthadur Jan 26, 2022
6a38f68
[converter] export types from compiled_api (#6082)
jinjingforever Jan 27, 2022
2a7c3e9
[tfjs-converter] Use system python for unsupported build platforms (#…
mattsoulanille Jan 29, 2022
bb5f0d4
Add document for how to build a pure gpu pipeline. (#6088)
lina128 Feb 1, 2022
9b6f693
Update README.md (#6086)
rthadur Feb 3, 2022
81024e9
[webgl]Donot use cache context if use custom canvas (#6100)
lina128 Feb 4, 2022
9eb470c
Fix TS development on Apple silicon (#6090)
mattsoulanille Feb 4, 2022
47d1402
Fix grep for browser tests (#6109)
mattsoulanille Feb 10, 2022
1f1dec3
[webgpu] remove bad browser check (#6108)
crowlKats Feb 11, 2022
bfb8ebf
Bump karma from 6.3.2 to 6.3.14 in /tfjs (#6111)
dependabot[bot] Feb 14, 2022
8530286
Bump karma from 6.3.2 to 6.3.14 in /tfjs-backend-wasm (#6112)
dependabot[bot] Feb 14, 2022
e072114
Bump ws from 5.2.2 to 5.2.3 in /tfjs-vis/demos/mnist_internals (#6101)
dependabot[bot] Feb 14, 2022
283ace4
Bump karma from 6.3.2 to 6.3.14 in /tfjs-vis (#6113)
dependabot[bot] Feb 14, 2022
9c852b7
Bump karma from 6.3.4 to 6.3.14 (#6115)
dependabot[bot] Feb 14, 2022
5aa6ec8
Bump karma from 6.3.1 to 6.3.14 in /e2e (#6117)
dependabot[bot] Feb 14, 2022
c44090c
Bump karma from 6.3.1 to 6.3.14 in /tfjs-backend-cpu (#6116)
dependabot[bot] Feb 14, 2022
c815b63
Bump karma from 6.3.1 to 6.3.14 in /tfjs-automl (#6118)
dependabot[bot] Feb 14, 2022
224a8d5
Bump karma from 6.3.4 to 6.3.14 in /tfjs-backend-webgl (#6120)
dependabot[bot] Feb 14, 2022
24c66db
Bump karma from 6.3.1 to 6.3.14 in /tfjs-layers (#6121)
dependabot[bot] Feb 14, 2022
9b64568
Bump karma from 6.3.4 to 6.3.14 in /tfjs-backend-webgpu (#6119)
dependabot[bot] Feb 14, 2022
a86aee8
Bump follow-redirects from 1.14.7 to 1.14.8 in /tfjs (#6123)
dependabot[bot] Feb 14, 2022
bce5a74
Bump ajv from 6.3.0 to 6.12.3 (#6126)
dependabot[bot] Feb 14, 2022
de1e641
Bump follow-redirects from 1.14.7 to 1.14.8 in /tfjs-vis (#6127)
dependabot[bot] Feb 14, 2022
bf2faef
Bump follow-redirects in /tfjs-backend-wasm/starter/webpack (#6129)
dependabot[bot] Feb 14, 2022
8939543
Bump ajv from 6.10.2 to 6.12.6 in /tfjs-backend-wasm/starter/webpack …
dependabot[bot] Feb 14, 2022
e42caf6
Bump ajv from 6.10.2 to 6.12.6 in /tfjs-backend-wasm/starter/parcel (…
dependabot[bot] Feb 14, 2022
b8ebdbe
Bump follow-redirects from 1.14.7 to 1.14.8 in /tfjs-backend-wasm (#6…
dependabot[bot] Feb 14, 2022
840bb98
Bump ua-parser-js from 0.7.19 to 0.7.31 in /tfjs-vis/demos/mnist (#6132)
dependabot[bot] Feb 14, 2022
3efbe84
Bump ua-parser-js from 0.7.21 to 0.7.31 in /tfjs-vis/demos/api (#6133)
dependabot[bot] Feb 14, 2022
a59c3c5
Bump karma in /e2e/benchmarks/browserstack-benchmark (#6139)
dependabot[bot] Feb 14, 2022
62250b6
Bump ua-parser-js in /tfjs-vis/demos/mnist_internals (#6135)
dependabot[bot] Feb 14, 2022
af4b213
Bump ajv from 6.10.0 to 6.12.6 in /tfjs-vis/demos/mnist (#6138)
dependabot[bot] Feb 14, 2022
aa25ca8
Bump ajv from 6.12.2 to 6.12.6 in /tfjs-vis/demos/api (#6137)
dependabot[bot] Feb 14, 2022
fa09673
Bump ajv from 6.10.0 to 6.12.6 in /tfjs-vis/demos/mnist_internals (#6…
dependabot[bot] Feb 14, 2022
a2c1dbf
Bump handlebars in /tfjs-react-native/integration_rn59 (#6140)
dependabot[bot] Feb 14, 2022
f1ad889
Bump ajv from 6.10.2 to 6.12.6 in /tfjs-react-native/integration_rn59…
dependabot[bot] Feb 14, 2022
a336380
Bump karma from 6.3.2 to 6.3.14 in /tfjs-tflite (#6144)
dependabot[bot] Feb 14, 2022
36b6f57
Temporarily disable tfjs-react-native nightly test (#6151)
jinjingforever Feb 14, 2022
ea8a863
Bump follow-redirects in /e2e/benchmarks/browserstack-benchmark (#6134)
dependabot[bot] Feb 16, 2022
9f438dd
Bump ua-parser-js in /tfjs-react-native/integration_rn59 (#6142)
dependabot[bot] Feb 16, 2022
0dbbf74
Bump follow-redirects from 1.13.3 to 1.14.8 in /tfjs-tflite (#6143)
dependabot[bot] Feb 16, 2022
c58a95c
Bump follow-redirects from 1.13.3 to 1.14.8 in /tfjs-layers (#6145)
dependabot[bot] Feb 16, 2022
e8566d6
Bump follow-redirects from 1.13.3 to 1.14.8 in /tfjs-data (#6146)
dependabot[bot] Feb 16, 2022
0854790
Bump karma from 6.3.1 to 6.3.14 in /tfjs-data (#6147)
dependabot[bot] Feb 16, 2022
1218da3
Bump ajv from 6.3.0 to 6.12.3 in /tfjs-converter (#6150)
dependabot[bot] Feb 16, 2022
8082804
Bump follow-redirects from 1.14.7 to 1.14.8 in /tfjs-backend-webgpu (…
dependabot[bot] Feb 16, 2022
fbdca79
Bump follow-redirects from 1.14.7 to 1.14.8 in /tfjs-backend-webgl (#…
dependabot[bot] Feb 16, 2022
ef7c3f4
Bump follow-redirects from 1.14.7 to 1.14.8 in /tfjs-backend-cpu (#6156)
dependabot[bot] Feb 16, 2022
0400763
Bump follow-redirects from 1.14.7 to 1.14.8 in /tfjs-automl (#6157)
dependabot[bot] Feb 16, 2022
dc8013b
Bump follow-redirects from 1.14.7 to 1.14.8 in /e2e (#6158)
dependabot[bot] Feb 16, 2022
31ed53d
Bump follow-redirects from 1.14.7 to 1.14.8 (#6159)
dependabot[bot] Feb 16, 2022
6b18f45
Fix Apple silicon WASM development (#6098)
mattsoulanille Feb 16, 2022
c9bc89e
[webgpu] update benchmark test script (#6164)
haoyunfeix Feb 17, 2022
dbcf328
Update isnan implementation in WebGL backend to follow IEEE 754-1985 …
shaoboyan Feb 17, 2022
dcca819
webgpu: Implement isnan (#6075)
shaoboyan Feb 18, 2022
ad4ff4e
Merging most recent master upstream
Apr 19, 2021
e30fe18
Merge branch 'master' of https://github.com/tensorflow/tfjs
Mar 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading