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

  /external/tensorflow/tensorflow/core/graph/
mkl_tfconversion_pass.cc 150 DataType src_datatype = DT_INVALID; local
154 TF_CHECK_OK(GetNodeAttr(src->def(), "T", &src_datatype));
158 if (dst_dtype_found && (src_datatype != dst_datatype)) {
175 .Attr("T", src_datatype)
326 DataType src_datatype; local
329 (GetNodeAttr(src->def(), "T", &src_datatype) == Status::OK() &&
330 IsMklSupportedOp(src->type_string(), src_datatype));
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 261 GLenum src_datatype; local
271 src_datatype = _mesa_get_format_datatype(src_rb->Format);
277 src_datatype = GL_UNSIGNED_NORMALIZED;
339 if (src_datatype == GL_INT) {
342 } else if (src_datatype == GL_UNSIGNED_INT) {
460 if (src_datatype == GL_INT || src_datatype == GL_UNSIGNED_INT) {
507 if (src_datatype == GL_UNSIGNED_INT || src_datatype == GL_INT) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c     [all...]

Completed in 109 milliseconds