Home
last modified time | relevance | path

Searched refs:bias_t (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper_test.cc126 auto bias_t = GenerateRandomTensor<DT_FLOAT>({128}); in TEST_F() local
130 item.feed = {{"input", input_t}, {"filter", filter_t}, {"bias", bias_t}}; in TEST_F()
190 auto bias_t = GenerateRandomTensor<DT_FLOAT>({128}); in TEST_F() local
194 item.feed = {{"input", input_t}, {"filter", filter_t}, {"bias", bias_t}}; in TEST_F()
415 auto bias_t = GenerateRandomTensor<DT_FLOAT>({128}); in TEST_F() local
419 item.feed = {{"input", input_t}, {"filter", filter_t}, {"bias", bias_t}}; in TEST_F()
Dconstant_folding_test.cc655 auto bias_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2})); in TEST_F() local
659 {{"x", x_t}, {"y", y_t}, {"a", a_t}, {"b", b_t}, {"bias", bias_t}}); in TEST_F()
663 {{"x", x_t}, {"y", y_t}, {"a", a_t}, {"b", b_t}, {"bias", bias_t}}); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_test.cc1136 Tensor bias_t = MakeRandomTensor({out_depth}); in Conv2DWithBias() local
1137 Node* bias = test::graph::Constant(graph, bias_t, "bias"); in Conv2DWithBias()
1238 Tensor bias_t = MakeRandomTensor({out_depth}); local
1242 Node* bias = test::graph::Constant(graph, bias_t, "bias");