Home
last modified time | relevance | path

Searched defs:op_type (Results 1 – 25 of 70) sorted by relevance

123

/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Dvectorizer_registry.h48 VectorizerRegistration(const string& op_type, in VectorizerRegistration()
56 #define REGISTER_VECTORIZER(op_type, vectorizer) \ argument
59 #define REGISTER_VECTORIZER_UNIQ_HELPER(ctr, op_type, vectorizer) \ argument
62 #define REGISTER_VECTORIZER_UNIQ(ctr, op_type, vectorizer) \ argument
Dvectorizer_registry.cc28 Vectorizer* VectorizerRegistry::Get(const string& op_type) { in Get()
36 void VectorizerRegistry::Register(const string& op_type, in Register()
/external/tensorflow/tensorflow/python/eager/
Dexecution_callbacks.py59 op_type, argument
105 def op_type(self): member in InfOrNanError
125 def inf_nan_callback(op_type, argument
206 def inf_callback(op_type, argument
224 def nan_callback(op_type, argument
Dtape.py132 def record_operation(op_type, output_tensors, input_tensors, backward_function): argument
/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.c232 static size_t decode_operand_size( unsigned int op_type, x86_insn_t *insn, in decode_operand_size()
383 unsigned int addr_meth, op_type, op_size, gen_regs; in ia32_decode_operand() local
/external/tensorflow/tensorflow/cc/gradients/
Dimage_grad_test.cc54 void MakeOp(const OpType op_type, const Tensor& x_data, const Input& y_shape, in MakeOp()
79 void TestResizedShapeForType(const OpType op_type, const bool align_corners, in TestResizedShapeForType()
94 void TestResizedShape(OpType op_type) { in TestResizedShape()
111 void TestResizeToSmallerAndAlign(const OpType op_type, in TestResizeToSmallerAndAlign()
126 void TestResizeToLargerAndAlign(const OpType op_type, in TestResizeToLargerAndAlign()
141 void TestResize(OpType op_type) { in TestResize()
/external/swiftshader/third_party/subzero/pydir/
Dgen_test_arith_ll.py1 def mangle(op, op_type, signed): argument
/external/tensorflow/tensorflow/contrib/framework/python/framework/
Dgraph_util.py38 output_quantized, op_name, op_type): argument
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_lstm.cc39 OperatorType op_type, Operator** source_op) { in ValidateSourceOp()
63 OperatorType op_type, Operator** connected_op) { in MatchOperatorInputs()
Dremove_trivial_quantized_min_max.cc34 OperatorType op_type, const string& input_array_name, in IsTrivialMinMax()
Dremove_trivial_quantized_activation_func.cc34 const Model& model, OperatorType op_type, in IsTrivialUnfusedActivationFunc()
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py768 def op_type(self): member in _PforInput
803 def __init__(self, op_type): argument
827 def __init__(self, op_type, *args, **kw_args): argument
841 def _create_op(op_type, inputs, op_dtypes, attrs=None): argument
1422 def _convert_flatten_batch(pfor_input, op_type, dims): argument
1568 def _convert_flatten_batch_shape_input(pfor_input, op_type, flatten_dims, argument
1650 def _convert_identity(pfor_input, op_type, op_func): argument
2162 def _convert_cwise(pfor_input, op_type, op_func): argument
2247 def _convert_grads(pfor_input, op_type, *args, **kw_args): argument
2289 def _convert_random(pfor_input, op_type, *args, **kw_args): argument
/external/tensorflow/tensorflow/python/debug/lib/
Dprofiling.py33 op_type): argument
/external/capstone/bindings/vb6/
DvbCapstone.cpp81 int __stdcall bs_op_index(csh handle, const cs_insn *insn, unsigned int op_type, unsigned int posit… in bs_op_index()
86 int __stdcall bs_op_count(csh handle, const cs_insn *insn, unsigned int op_type){ in bs_op_count()
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dmatch.py41 def op_type(op_types, op=None): function
/external/capstone/bindings/python/pyx/
Dccapstone.pyx222 def op_count(self, op_type): argument
233 def op_find(self, op_type, position): argument
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl33.c57 int op_type; member
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_while_op.cc270 string op_type = "Switch"; in CreateSwitchNodes() local
299 string op_type = "Identity"; in CreateBodyFuncCallNode() local
/external/tensorflow/tensorflow/core/framework/
Dop_kernel_test.cc135 NodeDef CreateNodeDef(const string& op_type, const DataTypeVector& inputs) { in CreateNodeDef()
156 void ExpectSuccess(const string& op_type, DeviceType device_type, in ExpectSuccess()
407 NodeDef CreateNodeDef(const string& op_type, in CreateNodeDef()
423 std::unique_ptr<OpKernel> ExpectSuccess(const string& op_type, in ExpectSuccess()
463 void ExpectFailure(const string& op_type, const DeviceType& device_type, in ExpectFailure()
495 string GetKernelClassName(const string& op_type, in GetKernelClassName()
Dmemory_types.cc63 bool IsFunctionCallOp(const string& op_type) { in IsFunctionCallOp()
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py357 op_type, argument
385 op_type, argument
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/
Dhvx_ops_support_checker_main.cc142 for (const string& op_type : unsupported_ops) { in CheckOpsSupport() local
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.cc151 std::string op_type = "<>"; in ProcessStepStats() local
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions_test.cc69 const Operator* BuildTestOperator(BuiltinOptions op_type, in BuildTestOperator()
/external/v8/src/interpreter/
Dbytecode-decoder.cc139 OperandType op_type = Bytecodes::GetOperandType(bytecode, i); in Decode() local

123