Home
last modified time | relevance | path

Searched refs:math_type (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlmathlib.c284 static int math_type (lua_State *L) { in math_type() function
375 {"type", math_type},
/external/tensorflow/tensorflow/stream_executor/
Ddnn.proto95 MathType math_type = 2; field
Ddnn.h748 return proto_.math_type() == AlgorithmProto::TENSOR_OP_MATH;
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc698 cudnnMathType_t math_type = in set_use_tensor_op_math() local
701 CHECK_CUDNN_OK(cudnnSetConvolutionMathType(handle_.get(), math_type)); in set_use_tensor_op_math()
1092 cudnnMathType_t math_type = in Create() local
1096 CHECK_CUDNN_OK(cudnnSetRNNMatrixMathType(rnn_desc.get(), math_type)); in Create()