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

  /external/tensorflow/tensorflow/python/eager/
function_test.py 69 def a_times_b(inputs): function in function:FunctionTest.testNestedInputsGraphMode
74 out = a_times_b(pair({'a': t}, {'b': t}))
107 def a_times_b(inputs): function in function:FunctionTest.testNestedInputsDefunOpGraphMode
113 sq_op = function.make_defun_op(a_times_b, inputs)
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier.cc 1364 auto a_times_b = computation_->AddInstruction(HloInstruction::CreateBinary( local
    [all...]

Completed in 133 milliseconds