Home
last modified time | relevance | path

Searched defs:add_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_batch_matmul_op.cc259 auto add_shape = ctx->input(3).shape(); in ExtendMklMatMulParams() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper_test.cc1023 auto add_shape = ops::Placeholder::Shape({6}); in TEST_F() local
1088 auto add_shape = ops::Placeholder::Shape({1, 1, 1, 1, 6}); in TEST_F() local
1154 auto add_shape = ops::Placeholder::Shape({1, 1, 6}); in TEST_F() local
1915 auto add_shape = ops::Placeholder::Shape({8, 4, 32, 32, 128}); in TEST_F() local
1987 auto add_shape = ops::Placeholder::Shape({8, 4, 32, 32, 128}); in TEST_F() local
2059 auto add_shape = ops::Placeholder::Shape({8, 4, 32, 32, 128}); in TEST_F() local
Dmkl_remapper_test.cc759 auto add_shape = TensorShape({b0, 1, m, n}); in VerifyFused() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base_generated.h1211 void add_shape(flatbuffers::Offset<tflite::gpu::data::BHWDC> shape) { in add_shape() function