| /external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/ |
| D | vectorizer_registry.h | 48 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
|
| D | vectorizer_registry.cc | 28 Vectorizer* VectorizerRegistry::Get(const string& op_type) { in Get() 36 void VectorizerRegistry::Register(const string& op_type, in Register()
|
| /external/tensorflow/tensorflow/python/eager/ |
| D | execution_callbacks.py | 59 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
|
| D | tape.py | 132 def record_operation(op_type, output_tensors, input_tensors, backward_function): argument
|
| /external/google-breakpad/src/third_party/libdisasm/ |
| D | ia32_operand.c | 232 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/ |
| D | image_grad_test.cc | 54 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/ |
| D | gen_test_arith_ll.py | 1 def mangle(op, op_type, signed): argument
|
| /external/tensorflow/tensorflow/contrib/framework/python/framework/ |
| D | graph_util.py | 38 output_quantized, op_name, op_type): argument
|
| /external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
| D | identify_lstm.cc | 39 OperatorType op_type, Operator** source_op) { in ValidateSourceOp() 63 OperatorType op_type, Operator** connected_op) { in MatchOperatorInputs()
|
| D | remove_trivial_quantized_min_max.cc | 34 OperatorType op_type, const string& input_array_name, in IsTrivialMinMax()
|
| D | remove_trivial_quantized_activation_func.cc | 34 const Model& model, OperatorType op_type, in IsTrivialUnfusedActivationFunc()
|
| /external/tensorflow/tensorflow/python/ops/parallel_for/ |
| D | pfor.py | 768 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/ |
| D | profiling.py | 33 op_type): argument
|
| /external/capstone/bindings/vb6/ |
| D | vbCapstone.cpp | 81 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/ |
| D | match.py | 41 def op_type(op_types, op=None): function
|
| /external/capstone/bindings/python/pyx/ |
| D | ccapstone.pyx | 222 def op_count(self, op_type): argument 233 def op_find(self, op_type, position): argument
|
| /external/ltp/testcases/kernel/syscalls/fcntl/ |
| D | fcntl33.c | 57 int op_type; member
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | lower_while_op.cc | 270 string op_type = "Switch"; in CreateSwitchNodes() local 299 string op_type = "Identity"; in CreateBodyFuncCallNode() local
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | op_kernel_test.cc | 135 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()
|
| D | memory_types.cc | 63 bool IsFunctionCallOp(const string& op_type) { in IsFunctionCallOp()
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | func_graph.py | 357 op_type, argument 385 op_type, argument
|
| /external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/ |
| D | hvx_ops_support_checker_main.cc | 142 for (const string& op_type : unsupported_ops) { in CheckOpsSupport() local
|
| /external/tensorflow/tensorflow/core/util/ |
| D | stat_summarizer.cc | 151 std::string op_type = "<>"; in ProcessStepStats() local
|
| /external/tensorflow/tensorflow/lite/core/api/ |
| D | flatbuffer_conversions_test.cc | 69 const Operator* BuildTestOperator(BuiltinOptions op_type, in BuildTestOperator()
|
| /external/v8/src/interpreter/ |
| D | bytecode-decoder.cc | 139 OperandType op_type = Bytecodes::GetOperandType(bytecode, i); in Decode() local
|