Searched refs:ValueContext (Results 1 – 9 of 9) sorted by relevance
1 path: "tensorflow.distribute.experimental.ValueContext"3 is_instance: "<class \'tensorflow.python.distribute.distribute_lib.ValueContext\'>"
44 name: "ValueContext"
345 return value_fn(distribute_lib.ValueContext())
404 value_fn(distribute_lib.ValueContext(replica_id,
550 class ValueContext(object): class3661 return value_fn(ValueContext())
689 value_context = distribute_lib.ValueContext(
601 distribute_lib.ValueContext(replica_id,
1041 value_fn(distribute_lib.ValueContext(replica_id,
8492 struct ValueContext { in ParseOptionalRefs() struct8497 std::vector<ValueContext> VContexts; in ParseOptionalRefs()8500 ValueContext VC; in ParseOptionalRefs()8510 llvm::sort(VContexts, [](const ValueContext &VC1, const ValueContext &VC2) { in ParseOptionalRefs()