HomeSort by relevance Sort by last modified time
    Searched refs:GetOrCreateMul (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
scan_ops.cc 102 reducer = ctx->GetOrCreateMul(dtype);
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_context.h 114 const xla::Computation* GetOrCreateMul(const DataType type);
xla_op_kernel.h 223 const xla::Computation* GetOrCreateMul(const DataType type);
xla_context.cc 168 const xla::Computation* XlaContext::GetOrCreateMul(const DataType type) {
xla_op_kernel.cc 475 const xla::Computation* XlaOpKernelContext::GetOrCreateMul(
477 return XlaContext::Get(context_).GetOrCreateMul(type);

Completed in 73 milliseconds