Home
last modified time | relevance | path

Searched defs:backprop (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsoftmax_op.cc166 xla::XlaOp backprop = in CrossEntropyWithLogits() local
184 xla::XlaOp loss, backprop; in Compile() local
251 xla::XlaOp loss, backprop; in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Drelu_op_gpu.cu.cc46 Eigen::half* __restrict__ backprop, in ReluGradHalfKernel()
99 const Eigen::half* __restrict__ feature, Eigen::half* __restrict__ backprop, in ReluGradHalfKernelVector()
Dconv_grad_filter_ops_benchmark_test.cc78 Node* backprop = test::graph::Constant(graph, out_backprop_t, "backprop"); in Conv2DBackpropFilter() local
Dconv_grad_input_ops_benchmark_test.cc77 Node* backprop = test::graph::Constant(graph, out_backprop_t, "backprop"); in Conv2DBackpropInput() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_space_to_depth_pass.cc335 void HandleConv2DBackPropFilter(TF::Conv2DBackpropFilterOp backprop, in HandleConv2DBackPropFilter()
624 if (auto backprop = dyn_cast<TF::Conv2DBackpropFilterOp>(user)) { in HandleFirstConvolution() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1630 std::vector<int64> backprop = in TEST_F() local
1656 std::vector<int64> backprop = in TEST_F() local
1704 std::vector<int64> backprop = in TEST_F() local
1730 std::vector<int64> backprop = in TEST_F() local
1809 std::vector<int64> backprop = ImageDims( in TEST_F() local
1836 std::vector<int64> backprop = ImageDims( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc556 auto backprop = Parameter(&builder, 1, shape, "backprop"); in CreateScalarReluSensitivity() local