/external/tensorflow/tensorflow/core/function/ |
D | runtime_client_test.cc | 177 StatusOr<ReturnValues> rets = rt.CallFunction("NullaryFunction", {}); in TEST() 189 StatusOr<ReturnValues> rets = rt.CallFunction("NullaryFunction", {}); in TEST() 209 StatusOr<ReturnValues> rets = rt.CallFunction("SecondFunction", {}); in TEST() 245 StatusOr<ReturnValues> rets = rt.CallFunction("NullaryFunction", {}); in TEST() 257 StatusOr<ReturnValues> rets = rt.CallFunction("NullaryFunction", {}); in TEST() 270 StatusOr<ReturnValues> rets = rt.CallFunction("UnaryFunction", {x.get()}); in TEST() 285 rt.CallFunction("BinaryFunction", {x.get(), y.get()}); in TEST() 303 rt.CallFunction("BinaryFunction", {x.get(), y.get()}); in TEST()
|
D | runtime_client.h | 74 StatusOr<ReturnValues> CallFunction(
|
D | runtime_client.cc | 154 StatusOr<ReturnValues> Runtime::CallFunction( in CallFunction() function in tensorflow::core::function::Runtime
|
/external/clang/test/SemaCXX/ |
D | warn-tautological-compare.cpp | 63 #define CallFunction(f) ((f != 0) ? f() : 0) macro 76 (void)CallFunction(fun2); in ignore()
|
/external/tensorflow/tensorflow/core/platform/ |
D | mutex.h | 138 static bool CallFunction(const Condition* cond); // call function_ 259 inline bool Condition::CallFunction(const Condition* cond) { in CallFunction() function 266 : eval_(&CallFunction<T>), in Condition()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/ |
D | function_ref_benchmark.cc | 40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function 48 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
|
/external/openscreen/third_party/abseil/src/absl/functional/ |
D | function_ref_benchmark.cc | 40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function 48 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
|
/external/libtextclassifier/abseil-cpp/absl/functional/ |
D | function_ref_benchmark.cc | 40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function 48 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
|
/external/abseil-cpp/absl/functional/ |
D | function_type_benchmark.cc | 42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function 50 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
|
/external/cronet/third_party/abseil-cpp/absl/functional/ |
D | function_type_benchmark.cc | 42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function 50 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/functional/ |
D | function_type_benchmark.cc | 42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function 50 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
|
/external/angle/third_party/abseil-cpp/absl/functional/ |
D | function_type_benchmark.cc | 42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function 50 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
|
/external/webrtc/third_party/abseil-cpp/absl/functional/ |
D | function_type_benchmark.cc | 42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function 50 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
|
/external/pigweed/pw_span/ |
D | compatibility_test.cc | 31 TEST(SpanCompatibility, CallFunction) { in TEST() argument
|
/external/libtextclassifier/native/utils/ |
D | lua-utils.h | 96 lua_pushcclosure(state_, &CallFunction<F>, 1); in PushFunction() 496 static int CallFunction(lua_State* state) { in CallFunction() function
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | parallel_filter_dataset_op.cc | 334 void CallFunction(const std::shared_ptr<IteratorContext>& ctx, in CallFunction() function in tensorflow::data::ParallelFilterDatasetOp::Dataset::Iterator 451 CallFunction(ctx, call); in RunnerThread()
|
D | parallel_map_dataset_op.cc | 458 void CallFunction(const std::shared_ptr<IteratorContext>& ctx, in CallFunction() function in tensorflow::data::ParallelMapDatasetOp::Dataset::Iterator 576 CallFunction(ctx, call); in RunnerThread()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | map_and_batch_dataset_op.cc | 403 void CallFunction(std::shared_ptr<IteratorContext> ctx, in CallFunction() function in tensorflow::data::experimental::MapAndBatchDatasetOp::Dataset::Iterator 595 CallFunction(ctx, call.first, call.second); in RunnerThread()
|
D | parse_example_dataset_op.cc | 581 void CallFunction(const std::shared_ptr<IteratorContext>& ctx, in CallFunction() function in tensorflow::data::experimental::__anonb9ac7f580111::ParseExampleDatasetOp::Dataset::Iterator 786 CallFunction(ctx, call); in RunnerThread()
|