HomeSort by relevance Sort by last modified time
    Searched refs:scale_input (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
fused_batch_norm_op.h 65 const Tensor& x_input, const Tensor& scale_input,
75 typename TTypes<U>::ConstVec scale(scale_input.vec<U>());
fused_batch_norm_op.cc 51 const Tensor& scale_input, const Tensor& offset_input,
62 typename TTypes<U>::ConstVec scale(scale_input.vec<U>());
135 const Tensor& x_input, const Tensor& scale_input,
146 typename TTypes<U>::ConstVec scale(scale_input.vec<U>());
490 const Tensor& x_input, const Tensor& scale_input, \
    [all...]
  /external/libxcam/modules/ocl/
cl_image_360_stitch.cpp 742 SmartPtr<VideoBuffer> scale_input = _scale_buf_pool->get_buffer (_scale_buf_pool); local
743 XCAM_ASSERT (scale_input.ptr ());
751 _fisheye[i].buf, _fisheye[idx_next].buf, scale_input, i, idx_next, cur_start_pos);
755 ret = ensure_handler_parameters (_blender[i], _fisheye[i].buf, scale_input);
760 reset_buffer_info (scale_input);
761 _scale_global_input = scale_input;
  /external/opencv/ml/src/
mlann_mlp.cpp 315 scale_input( layer_in, layer_out );
341 void CvANN_MLP::scale_input( const CvMat* _src, CvMat* _dst ) const function in class:CvANN_MLP
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]

Completed in 346 milliseconds