Home
last modified time | relevance | path

Searched defs:c_computation (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dflatten_call_graph_test.cc115 HloComputation* c_computation = in TEST_F() local
206 HloComputation* c_computation = in TEST_F() local
Dcall_graph_test.cc314 HloComputation* c_computation = in TEST_F() local
445 HloComputation* c_computation = in TEST_F() local
Dbuffer_assignment_test.cc1440 auto c_computation = c_builder.Build(); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py142 def compile(self, c_computation, argument_shapes, result_shape, argument
184 def compile(self, c_computation, argument_shapes, result_shape, argument
713 def __init__(self, c_computation, backend=None): argument