Home
last modified time | relevance | path

Searched defs:op_inputs (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node.cc21 EagerContext* ctx, const gtl::InlinedVector<TensorHandle*, 4>& op_inputs) { in Init()
Dexecute.cc945 EagerContext* ctx, const gtl::InlinedVector<TensorHandle*, 4>& op_inputs, in EagerKernelExecute()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc117 absl::Span<const RefPtr<XRTTupleAllocation>> op_inputs) { in GetChainedOpInputs()
373 -> xla::StatusOr<RefPtr<XRTTupleAllocation>> { in DoWork()
/external/XNNPACK/bench/
Dsoftmax.cc197 const int32_t op_inputs[1] = { 0 }; in tflite_softmax_f32() local
Dprelu.cc152 const int32_t op_inputs[2] = { 0, 1 }; in tflite_prelu_f32() local
Dsigmoid.cc195 const int32_t op_inputs[1] = { 0 }; in tflite_sigmoid_f32() local
Ddeconvolution.cc369 const int32_t op_inputs[3] = { 0, 1, 2 }; in tflite_deconvolution_f32() local
Dconvolution.cc399 const int32_t op_inputs[3] = { 0, 1, 2 }; in tflite_convolution_f32() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dnode_info_delegate_test.cc108 auto op_inputs = operators->Get(i)->inputs(); in TEST() local
Dcalibrator.cc344 auto op_inputs = op->inputs(); in BuildLoggingInterpreter() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3112 PyObject* op_inputs; local