Home
last modified time | relevance | path

Searched refs:rhs_cacheable (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dfully_connected.cc647 op_params.rhs_cacheable = IsConstantTensor(input); in FullyConnectedInt8()
723 op_params.rhs_cacheable = IsConstantTensor(input); in EvalQuantized()
806 op_params.rhs_cacheable = IsConstantTensor(input); in EvalShuffledQuantized()
895 op_params.rhs_cacheable = IsConstantTensor(input); in EvalFloat()
Dbatch_matmul.cc525 op_params.rhs_cacheable = IsConstantTensor(rhs); in EvalInt8()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h949 bool rhs_cacheable; member
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h1048 bool rhs_cacheable;
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h346 cpu_backend_gemm::DefaultCachePolicy(params.rhs_cacheable); in FullyConnected()
414 cpu_backend_gemm::DefaultCachePolicy(params.rhs_cacheable); in FullyConnected()
475 cpu_backend_gemm::DefaultCachePolicy(params.rhs_cacheable); in FullyConnected()
2858 fc_params.rhs_cacheable = false; in LstmCell()