Home
last modified time | relevance | path

Searched refs:CustomCallWithLayout (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dindex_ops_cpu.cc121 output = xla::CustomCallWithLayout(&b, "argmax_float_1d_xla_impl", args, in Compile()
124 output = xla::CustomCallWithLayout(&b, "argmax_float_2d_xla_impl", args, in Compile()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h827 friend XlaOp CustomCallWithLayout(
1440 XlaOp CustomCallWithLayout(XlaBuilder* builder, const string& call_target_name,
Dxla_builder.cc3088 XlaOp CustomCallWithLayout(XlaBuilder* builder, const string& call_target_name, in CustomCallWithLayout() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc628 return xla::CustomCallWithLayout(&builder_, call_target_name, xla_ops, in CustomCall()