Searched defs:op_inputs (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | execute_node.cc | 21 EagerContext* ctx, const gtl::InlinedVector<TensorHandle*, 4>& op_inputs) { in Init()
|
D | execute.cc | 945 EagerContext* ctx, const gtl::InlinedVector<TensorHandle*, 4>& op_inputs, in EagerKernelExecute()
|
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
D | xrt_execute_op.cc | 117 absl::Span<const RefPtr<XRTTupleAllocation>> op_inputs) { in GetChainedOpInputs() 373 -> xla::StatusOr<RefPtr<XRTTupleAllocation>> { in DoWork()
|
/external/XNNPACK/bench/ |
D | softmax.cc | 197 const int32_t op_inputs[1] = { 0 }; in tflite_softmax_f32() local
|
D | prelu.cc | 152 const int32_t op_inputs[2] = { 0, 1 }; in tflite_prelu_f32() local
|
D | sigmoid.cc | 195 const int32_t op_inputs[1] = { 0 }; in tflite_sigmoid_f32() local
|
D | deconvolution.cc | 369 const int32_t op_inputs[3] = { 0, 1, 2 }; in tflite_deconvolution_f32() local
|
D | convolution.cc | 399 const int32_t op_inputs[3] = { 0, 1, 2 }; in tflite_convolution_f32() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
D | node_info_delegate_test.cc | 108 auto op_inputs = operators->Get(i)->inputs(); in TEST() local
|
D | calibrator.cc | 344 auto op_inputs = op->inputs(); in BuildLoggingInterpreter() local
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 3112 PyObject* op_inputs; local
|