Home
last modified time | relevance | path

Searched refs:while_value (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis.cc217 const HloValue& while_value = in ComputeWhileAliasedBuffers() local
219 aliased_buffers->push_back(GetBufferForValue(while_value)); in ComputeWhileAliasedBuffers()
222 << while_value.ToShortString(); in ComputeWhileAliasedBuffers()
236 const HloValue& while_value = dataflow_.GetUniqueValueAt( in ComputeWhileAliasedBuffers() local
240 << while_value.ToShortString(); in ComputeWhileAliasedBuffers()
241 aliased_buffers->push_back(GetBufferForValue(while_value)); in ComputeWhileAliasedBuffers()
258 const HloValue& while_value = dataflow_.GetUniqueValueAt( in ComputeWhileAliasedBuffers() local
264 << while_value.ToShortString(); in ComputeWhileAliasedBuffers()
265 aliased_buffers->push_back(GetBufferForValue(while_value)); in ComputeWhileAliasedBuffers()
Dmemory_space_assignment.cc932 HloValue* while_value = in IsUseAllowedInAlternateMemory() local
937 RequiredMemoryAssignmentAt(while_value, while_time); in IsUseAllowedInAlternateMemory()
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dgradients_test.py427 ans, pfor_value, while_value = sess.run(
431 self.assertAllClose(ans, while_value)
476 ans, pfor_value, while_value = sess.run(
480 self.assertAllClose(ans, while_value)