HomeSort by relevance Sort by last modified time
    Searched defs:size_B (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
conv_grad_filter_ops.cc 316 const size_t size_B = output_image_size * dims.out_depth;
320 const size_t work_unit_size = size_A + size_B + size_C;
    [all...]
conv_grad_input_ops.cc 409 const size_t size_B = filter_total_size * dims.out_depth;
413 const size_t work_unit_size = size_A + size_B + size_C;
    [all...]
conv_grad_ops_3d.cc 393 const int64 size_B = filter_total_size * dims.out_depth;
397 const int64 work_unit_size = size_A + size_B + size_C;
    [all...]

Completed in 243 milliseconds