Searched refs:RunFunction (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | partitioned_function_ops.h | 52 void RunFunction(FunctionLibraryRuntime::Handle handle,
|
D | partitioned_function_ops.cc | 131 RunFunction(handle, inputs, lib, ctx, done); in ComputeAsync() 233 void PartitionedCallOp::RunFunction(FunctionLibraryRuntime::Handle handle, in RunFunction() function in tensorflow::PartitionedCallOp
|
/external/llvm/bindings/go/llvm/ |
D | executionengine_test.go | 92 exec_res := engine.RunFunction(fac, exec_args)
|
D | executionengine.go | 135 func (ee ExecutionEngine) RunFunction(f Value, args []GenericValue) (g GenericValue) { func
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | executionengine_test.go | 90 exec_res := engine.RunFunction(fac, exec_args)
|
D | executionengine.go | 134 func (ee ExecutionEngine) RunFunction(f Value, args []GenericValue) (g GenericValue) { func
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_test_base.h | 687 Status RunFunction(const FunctionDef& fdef, test::function::Attrs attrs,
|
D | dataset_test_base.cc | 429 Status DatasetOpsTestBase::RunFunction( in RunFunction() function in tensorflow::data::DatasetOpsTestBase
|