Home
last modified time | relevance | path

Searched defs:optype (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dreorder_elementwise_unary.cc30 bool IsElementwiseOperator(OperatorType optype) { in IsElementwiseOperator()
50 bool IsMoveOperator(OperatorType optype) { in IsMoveOperator()
Didentify_util.cc26 bool IsBinaryOp(const Operator* op, OperatorType optype, in IsBinaryOp()
Dfuse_binary_into_preceding_affine.cc80 const OpType optype = (add_or_sub_op->type == OperatorType::kAdd) in FuseAddOrSubParamsIntoPrecedingAffine() local
/external/coreboot/src/southbridge/intel/common/
Dspi.h7 enum optype { enum
Dspi.c40 uint16_t optype; member
60 uint16_t optype; member
91 uint16_t *optype; member
429 uint8_t optype; in spi_setup_opcode() local
1051 u16 optype = 0; in spi_finalize_ops() local
/external/mesa3d/src/mesa/main/
Datifragshader.c91 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst()
131 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op()
163 check_arith_arg(GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg()
614 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in _mesa_FragmentOpXATI()
/external/kernel-headers/original/uapi/linux/
Ddlm_plock.h32 __u8 optype; member
/external/coreboot/src/soc/intel/baytrail/include/soc/
Dspi.h41 uint16_t optype; member
/external/cronet/stable/third_party/boringssl/src/crypto/evp/
Devp_ctx.cc188 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/
Devp_ctx.c190 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl()
/external/boringssl/src/crypto/evp/
Devp_ctx.cc141 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl()
/external/cronet/tot/third_party/boringssl/src/crypto/evp/
Devp_ctx.cc188 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl()
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_nir.c384 unsigned optype; in compile_instruction() local
/external/google-breakpad/src/third_party/libdisasm/
Dlibdis.h166 #define x86_optype_is_address( optype ) \ argument
168 #define x86_optype_is_relative( optype ) \ argument
170 #define x86_optype_is_memory( optype ) \ argument
/external/pytorch/torch/csrc/distributed/c10d/
DProcessGroupWrapper.cpp100 auto optype = OpType(serialized_tensor[index].item<int>()); in deserialize_fingerprint() local
DProcessGroupNCCL.cpp2590 c10::intrusive_ptr<Work> ProcessGroupNCCL::endCoalescing(OpType optype) { in checkForNCCLErrorsInternal()
/external/flashrom/
Dichspi.c575 uint16_t preop, optype; in program_opcodes() local
744 uint16_t preop, optype; in generate_opcodes() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1017 const string& optype = in ProcessDeviceStats() local
/external/python/cpython3/Python/
Dcompile.c4222 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() local